wok diff libftdi/receipt @ rev 15751

Up and fix xorg-server (1.12.4) Removed Kdrive who should be in xorg-server-* pkgs and save space on iSO
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 03 12:43:42 2014 +0100 (2014-01-03)
parents 4458dff0ca4c
children a78610b2eb47
line diff
     1.1 --- a/libftdi/receipt	Sun Feb 26 11:46:31 2012 +0100
     1.2 +++ b/libftdi/receipt	Fri Jan 03 12:43:42 2014 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="A library to talk to FTDI chips using libusb."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="glibc-base libusb libusb-compat gcc-lib-base"
     1.8 -BUILD_DEPENDS="slitaz-toolchain libusb-dev libusb libusb-compat"
     1.9 +LICENSE="BSD GPL2 LGPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.intra2net.com/en/developer/libftdi/"
    1.12  WGET_URL="http://www.intra2net.com/en/developer/libftdi/download/$TARBALL"
    1.13  
    1.14 +DEPENDS="glibc-base libusb libusb-compat gcc-lib-base"
    1.15 +BUILD_DEPENDS="slitaz-toolchain libusb-dev libusb libusb-compat"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -26,6 +28,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 $_pkg/usr/bin $fs/usr
    1.26 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28  }