wok-current diff xorg-evieext/receipt @ rev 14614

Up: php to 5.4.13.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 01 06:40:14 2013 +0000 (2013-06-01)
parents d1a13a500ec8
children 5ddb4d29b420
line diff
     1.1 --- a/xorg-evieext/receipt	Tue Apr 24 18:18:12 2012 +0200
     1.2 +++ b/xorg-evieext/receipt	Sat Jun 01 06:40:14 2013 +0000
     1.3 @@ -3,29 +3,32 @@
     1.4  PACKAGE="xorg-evieext"
     1.5  VERSION="1.1.1"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Xorg server protocol."
     1.8 +SHORT_DESC="EvIE extension headers"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10 -DEPENDS="xorg"
    1.11 -SOURCE="evieext"
    1.12 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13 +LICENSE="other"
    1.14  WEB_SITE="http://www.x.org/"
    1.15 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2"
    1.16  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.17  
    1.18 +DEPENDS="xorg-util-macros"
    1.19 +BUILD_DEPENDS="xorg-util-macros"
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	./configure \
    1.26  		--sysconfdir=/etc \
    1.27 -		--mandir=/usr/share/man \
    1.28  		--localstatedir=/var \
    1.29  		$CONFIGURE_ARGS &&
    1.30 -	make && make install
    1.31 +	make &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38 +	mkdir -p $fs/usr/share/licenses
    1.39 +	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.40 +
    1.41  	cp -a $install/* $fs
    1.42  }
    1.43 -