wok rev 5699

Up: usbutils* (0.86)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jun 18 16:12:50 2010 +0200 (2010-06-18)
parents f2f82c4052c8
children 15cbebdedd90
files usbutils-dev/receipt usbutils/receipt
line diff
     1.1 --- a/usbutils-dev/receipt	Fri Jun 18 16:09:12 2010 +0200
     1.2 +++ b/usbutils-dev/receipt	Fri Jun 18 16:12:50 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="usbutils-dev"
     1.7 -VERSION="0.84"
     1.8 +VERSION="0.86"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files for usbutils."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -14,5 +14,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.17 +	cp -a $_pkg/usr/share/misc/pkgconfig $fs/usr/lib
    1.18  }
     2.1 --- a/usbutils/receipt	Fri Jun 18 16:09:12 2010 +0200
     2.2 +++ b/usbutils/receipt	Fri Jun 18 16:12:50 2010 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="usbutils"
     2.7 -VERSION="0.84"
     2.8 +VERSION="0.86"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Displaying information about USB."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -19,6 +19,7 @@
    2.13  	./configure \
    2.14  		--prefix=/usr \
    2.15  		--datadir=/usr/share/misc \
    2.16 +		--libdir=/usr/lib \
    2.17  		$CONFIGURE_ARGS &&
    2.18  	make &&
    2.19  	make DESTDIR=$PWD/_pkg install