wok-next diff xorg-xbitmaps/receipt @ rev 15875

Add spl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 03 11:55:38 2014 +0000 (2014-02-03)
parents c514cc4854d8
children cf41f989b6d2
line diff
     1.1 --- a/xorg-xbitmaps/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/xorg-xbitmaps/receipt	Mon Feb 03 11:55:38 2014 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Devel files for X (bitmaps)."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg-util-macros"
     1.8 -BUILD_DEPENDS="xorg-util-macros"
     1.9 +LICENSE="MIT"
    1.10  SOURCE="xbitmaps"
    1.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://www.x.org/"
    1.13  WGET_URL="$XORG_MIRROR/data/$TARBALL"
    1.14  
    1.15 +DEPENDS="xorg-util-macros"
    1.16 +BUILD_DEPENDS="xorg-util-macros"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -21,11 +23,11 @@
    1.22  		--mandir=/usr/share/man \
    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 -	cp -a $_pkg/* $fs
    1.33 +	cp -a $install/* $fs
    1.34  }