diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-26 14:51:57 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-26 14:51:57 +0200 |
commit | 84bc2a827e427da76cf1b5594f90d322b641e811 (patch) | |
tree | 2f65f32a9b022050fbcef0a87cff0d4306c8f08f /community/libgusb | |
parent | f3c65b9f748f977ee7820d9804929ec82ed95a6b (diff) | |
download | aports-84bc2a827e427da76cf1b5594f90d322b641e811.tar.bz2 aports-84bc2a827e427da76cf1b5594f90d322b641e811.tar.xz |
community/libgusb: fix minor issues
Diffstat (limited to 'community/libgusb')
-rw-r--r-- | community/libgusb/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/libgusb/APKBUILD b/community/libgusb/APKBUILD index cd3f12f8d0..ce2bcd4ed4 100644 --- a/community/libgusb/APKBUILD +++ b/community/libgusb/APKBUILD @@ -4,17 +4,15 @@ pkgname=libgusb pkgver=0.2.9 pkgrel=0 pkgdesc="GLib wrapper around libusb" -url="https://gitorious.org/gusb/" +url="https://github.com/hughsie/libgusb" arch="all" license="LGPL" depends="" depends_dev="eudev-dev gobject-introspection-dev" -makedepends="glib-dev libusb-dev gtk-doc" -install="" +makedepends="$depends_dev glib-dev libusb-dev gtk-doc" subpackages="$pkgname-dev $pkgname-doc" source="http://people.freedesktop.org/~hughsient/releases/libgusb-$pkgver.tar.xz" - -builddir="$srcdir"/libgusb-$pkgver +builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" |