wok diff xorg-xf86-input-plpevtch/receipt @ rev 15599

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 13:21:20 2013 +0000 (2013-12-05)
parents c514cc4854d8
children
line diff
     1.1 --- a/xorg-xf86-input-plpevtch/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/xorg-xf86-input-plpevtch/receipt	Thu Dec 05 13:21:20 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xorg server driver for touchscreens."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="xorg-server"
     1.8 -BUILD_DEPENDS="xorg-server-dev"
     1.9 +LICENSE="MIT"
    1.10  SOURCE="xf86-input-plpevtch"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://www.plop.at/en/touchscreen.html"
    1.13  WGET_URL="http://download.plop.at/files/plpevtch/$TARBALL"
    1.14  
    1.15 +DEPENDS="xorg-server"
    1.16 +BUILD_DEPENDS="xorg-server-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -24,14 +26,14 @@
    1.22      	--with-xorg-module-dir=/usr/lib/X11/modules \
    1.23      	$CONFIGURE_ARGS &&
    1.24      make &&
    1.25 -    make DESTDIR=$PWD/_pkg install
    1.26 +    make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr/lib/X11/modules/input/
    1.33 -    cp -a $_pkg/usr/lib/X11/modules/input/*.so \
    1.34 -    	$fs/usr/lib/X11/modules/input/
    1.35 +	cp -a $install/usr/lib/X11/modules/input/*.so \
    1.36 +		$fs/usr/lib/X11/modules/input/
    1.37  }
    1.38