aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-06-22 11:14:26 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-06-22 11:14:26 +0000
commit3484a0f87b22469069a971d68baf853e3298b4aa (patch)
tree2dd9ef8bc8562335126a794ef76ea6811cf6ce88 /testing
parentbb87c077f9ae1e89c0cca15cdcd25952cb2dfadd (diff)
downloadaports-3484a0f87b22469069a971d68baf853e3298b4aa.tar.bz2
aports-3484a0f87b22469069a971d68baf853e3298b4aa.tar.xz
testing/libusb-compat: needs libusb
Diffstat (limited to 'testing')
-rw-r--r--testing/libusb-compat/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/testing/libusb-compat/APKBUILD b/testing/libusb-compat/APKBUILD
index 48143085dd..d36933b66b 100644
--- a/testing/libusb-compat/APKBUILD
+++ b/testing/libusb-compat/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="Compatibility library for use by user level applications to access USB
url="http://www.libusb.org/"
license="LGPL v2.1"
depends=
-makedepends=
+makedepends="libusb-dev"
install=
subpackages="$pkgname-dev"
source="http://downloads.sourceforge.net/project/libusb/libusb-compat-0.1/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2"
@@ -15,7 +15,6 @@ _builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
- # apply patches here
}
build() {
@@ -30,10 +29,6 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
-
- # remove the 2 lines below (and this) if there is no init.d script
- # install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
- # install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
}
md5sums="570ac2ea085b80d1f74ddc7c6a93c0eb libusb-compat-0.1.3.tar.bz2"