From e277c3dfc317bba5d799e63d24cc2884903cee5a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 16 Aug 2013 08:10:05 +0000 Subject: main/libusb: remove. replaced by libusbx --- main/libusb/APKBUILD | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 main/libusb/APKBUILD (limited to 'main/libusb') diff --git a/main/libusb/APKBUILD b/main/libusb/APKBUILD deleted file mode 100644 index 72feccc2b..000000000 --- a/main/libusb/APKBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Maintainer: Natanael Copa -pkgname=libusb -pkgver=1.0.9 -_ver=${pkgver/_/-} -pkgrel=0 -pkgdesc="Library to enable user space application programs to communicate with USB devices" -url="http://libusb.sourceforge.net/" -arch="all" -license="LGPL2+" -subpackages="$pkgname-dev" -depends="" -makedepends="" - -# This is a git snapshot of what will hopefully soon become 1.0.9, but -# we need this now, to get things in place for usb over network -# To regenerate do: -# git clone git://git.libusb.org/libusb.git -# cd libusb -# git checkout 1.0.9-rc1 -# ./autogen.sh -# make dist -# mv libusb-1.0.8.tar.bz2 libusb-1.0.9-rc1.tar.bz2 - -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2" -#source="http://dev.alpinelinux.org/~ncopa/alpine/$pkgname-$_ver.tar.bz2" - -_builddir="$srcdir"/$pkgname-$_ver -build() { - cd "$_builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - rm "$pkgdir"/usr/lib/*.la || return 1 -} -md5sums="7f5a02375ad960d4e33a6dae7d63cfcb libusb-1.0.9.tar.bz2" -- cgit v1.2.3