wok diff xorg-kbproto/receipt @ rev 14604

Xorg marathon. Day 1. (Carefully check versions, (build-)depends, pretty-print receipts)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 31 00:58:07 2013 +0000 (2013-05-31)
parents d3f5bbca92b8
children 5ddb4d29b420
line diff
     1.1 --- a/xorg-kbproto/receipt	Tue Apr 24 18:46:53 2012 +0200
     1.2 +++ b/xorg-kbproto/receipt	Fri May 31 00:58:07 2013 +0000
     1.3 @@ -3,30 +3,33 @@
     1.4  PACKAGE="xorg-kbproto"
     1.5  VERSION="1.0.6"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Xorg server module."
     1.8 +SHORT_DESC="KB extension headers"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10 -DEPENDS="xorg-util-macros"
    1.11 +LICENSE="other"
    1.12 +WEB_SITE="http://www.x.org/"
    1.13 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2"
    1.14 +WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.15 +
    1.16 +DEPENDS="xorg-xproto xorg-libxkbfile-dev"
    1.17  BUILD_DEPENDS="xorg-util-macros"
    1.18 -SOURCE="kbproto"
    1.19 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.20 -WEB_SITE="http://www.x.org/"
    1.21 -WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27  	./configure \
    1.28  		--sysconfdir=/etc \
    1.29 -		--mandir=/usr/share/man \
    1.30  		--localstatedir=/var \
    1.31  		$CONFIGURE_ARGS &&
    1.32 -	make && make install
    1.33 +	make &&
    1.34 +	make install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38  genpkg_rules()
    1.39  {
    1.40 +	mkdir -p $fs/usr/share/licenses
    1.41 +	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.42 +
    1.43  	cp -a $install/* $fs
    1.44 +	rm -rf $fs/usr/share/doc
    1.45  }
    1.46 -