mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/usbutils: specify license
This commit is contained in:
parent
5d5a899837
commit
11d8e2b74e
@ -1,18 +1,17 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=usbutils
|
||||
pkgver=007
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="USB Device Utilities"
|
||||
url="http://linux-usb.sourceforge.net/"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
license="GPL2+"
|
||||
subpackages="$pkgname-doc"
|
||||
depends="hwdata-usb"
|
||||
makedepends="pkgconfig libusbx-dev"
|
||||
source="http://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar.xz"
|
||||
source="http://www.kernel.org/pub/linux/utils/usb/usbutils/$pkgname-$pkgver.tar.xz"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
update_config_sub || return 1
|
||||
@ -33,7 +32,7 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
mkdir -p "$pkgdir"/usr/lib/
|
||||
mv "$pkgdir"/usr/share/pkgconfig \
|
||||
"$pkgdir"/usr/lib/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user