wok-current diff xorg-xextproto/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 | b819c0ead351 |
children | 5ddb4d29b420 |
line diff
1.1 --- a/xorg-xextproto/receipt Tue Apr 24 18:48:41 2012 +0200 1.2 +++ b/xorg-xextproto/receipt Fri May 31 00:58:07 2013 +0000 1.3 @@ -3,29 +3,33 @@ 1.4 PACKAGE="xorg-xextproto" 1.5 VERSION="7.2.1" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="Xorg server module." 1.8 +SHORT_DESC="XExt extension headers" 1.9 MAINTAINER="pankso@slitaz.org" 1.10 +LICENSE="other" 1.11 +WEB_SITE="http://www.x.org/" 1.12 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2" 1.13 +WGET_URL="$XORG_MIRROR/proto/$TARBALL" 1.14 + 1.15 DEPENDS="xorg-util-macros" 1.16 BUILD_DEPENDS="xorg-util-macros" 1.17 -SOURCE="xextproto" 1.18 -TARBALL="$SOURCE-$VERSION.tar.bz2" 1.19 -WEB_SITE="http://www.x.org/" 1.20 -WGET_URL="$XORG_MIRROR/proto/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 ./configure \ 1.27 --sysconfdir=/etc \ 1.28 - --mandir=/usr/share/man \ 1.29 --localstatedir=/var \ 1.30 $CONFIGURE_ARGS && 1.31 - make && make install 1.32 + make && 1.33 + make install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 + mkdir -p $fs/usr/share/licenses 1.40 + cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt 1.41 + 1.42 cp -a $install/* $fs 1.43 + rm -rf $fs/usr/share/doc 1.44 }