wok diff xorg-xf86rushproto/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
children 5ddb4d29b420
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-xf86rushproto/receipt	Fri May 31 00:58:07 2013 +0000
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-xf86rushproto"
     1.7 +VERSION="1.1.2"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="XF86Rush extension headers"
    1.10 +MAINTAINER="pankso@slitaz.org"
    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-videoproto"
    1.17 +BUILD_DEPENDS="xorg-util-macros"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure \
    1.23 +		--sysconfdir=/etc \
    1.24 +		--localstatedir=/var \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27 +	make install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	mkdir -p $fs/usr/share/licenses
    1.34 +	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.35 +
    1.36 +	cp -a $install/* $fs
    1.37 +}