wok-6.x diff xorg-recordproto/receipt @ rev 14627

Add xorg-libXxf86dga xorg-libXres xorg-libFS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 01 18:55:13 2013 +0200 (2013-06-01)
parents b819c0ead351
children 5ddb4d29b420
line diff
     1.1 --- a/xorg-recordproto/receipt	Tue Apr 24 18:48:41 2012 +0200
     1.2 +++ b/xorg-recordproto/receipt	Sat Jun 01 18:55:13 2013 +0200
     1.3 @@ -3,11 +3,11 @@
     1.4  PACKAGE="xorg-recordproto"
     1.5  VERSION="1.14.2"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Xorg record protol."
     1.8 +SHORT_DESC="Record extension headers"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10 -SOURCE="recordproto"
    1.11 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12 +LICENSE="other"
    1.13  WEB_SITE="http://www.x.org/"
    1.14 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2"
    1.15  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.16  
    1.17  DEPENDS="xorg-util-macros"
    1.18 @@ -16,17 +16,20 @@
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23  	./configure \
    1.24  		--sysconfdir=/etc \
    1.25 -		--mandir=/usr/share/man \
    1.26  		--localstatedir=/var \
    1.27  		$CONFIGURE_ARGS &&
    1.28 -	make && make install
    1.29 +	make &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 +	mkdir -p $fs/usr/share/licenses
    1.37 +	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.38 +
    1.39  	cp -a $install/* $fs
    1.40 +	rm -rf $fs/usr/share/doc
    1.41  }