wok-next annotate libusb/receipt @ rev 19904

avrdude: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 12 18:55:33 2017 +0200 (2017-10-12)
parents b9143b117298
children 0e7893ac206d
rev   line source
pankso@640 1 # SliTaz package receipt.
pankso@640 2
pankso@640 3 PACKAGE="libusb"
al@19691 4 VERSION="1.0.20"
pankso@640 5 CATEGORY="system-tools"
al@19691 6 SHORT_DESC="Library used by some applications for USB device access"
pankso@640 7 MAINTAINER="pankso@slitaz.org"
pascal@15482 8 LICENSE="LGPL2.1"
al@19691 9 WEB_SITE="http://libusb.info/"
pankso@16079 10 HOST_ARCH="i486 arm"
pankso@640 11
al@19691 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19691 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@19691 14
al@19691 15 DEPENDS="eudev"
al@19691 16 BUILD_DEPENDS="eudev-dev"
pascal@16365 17
pankso@640 18 # Rules to configure and make the package.
pankso@640 19 compile_rules()
pankso@640 20 {
al@19694 21 # Results are unstable, please keep `make -j1`
al@19691 22 ./configure \
al@19691 23 --disable-static \
al@19691 24 $CONFIGURE_ARGS &&
al@19694 25 make -j1 && make install
pankso@640 26 }
pankso@640 27
pankso@640 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@640 29 genpkg_rules()
pankso@640 30 {
al@19783 31 copy *.so*
pankso@640 32 }