wok diff libnjb/receipt @ rev 19715
Up cookutils(876): to fix amsn post-build
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 16 02:22:14 2017 +0200 (2017-02-16) |
parents | b7319995b37e |
children | eb7fa8db50fe |
line diff
1.1 --- a/libnjb/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/libnjb/receipt Thu Feb 16 02:22:14 2017 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ" 1.6 MAINTAINER="keupont@no-log.org" 1.7 -DEPENDS="libusb-compat" 1.8 -BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev" 1.9 +LICENSE="BSD" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://libnjb.sourceforge.net/" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="libusb-compat" 1.15 +BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -22,6 +24,6 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 } 1.27