wok-current annotate xpat2/receipt @ rev 1042
Add xpat2
author | Bill Nagel <wcnagel@xxxxxxxx> |
---|---|
date | Fri Jul 11 20:11:55 2008 +0000 (2008-07-11) |
parents | |
children | bfa41136b77a |
rev | line source |
---|---|
wcnagel@1042 | 1 # SliTaz package receipt |
wcnagel@1042 | 2 |
wcnagel@1042 | 3 PACKAGE="xpat2" |
wcnagel@1042 | 4 VERSION="1.07" |
wcnagel@1042 | 5 CATEGORY="games" |
wcnagel@1042 | 6 SHORT_DESC="Soltaire games for X." |
wcnagel@1042 | 7 MAINTAINER="wcnagel" |
wcnagel@1042 | 8 DEPENDS="xorg" |
wcnagel@1042 | 9 BUILD_DEPENDS="xorg-dev xorg-dev-proto" |
wcnagel@1042 | 10 TARBALL="$PACKAGE-$VERSION-src.tar.gz" |
wcnagel@1042 | 11 WGET_URL="http://www.ibiblio.org/pub/Linux/games/solitaires/$TARBALL" |
wcnagel@1042 | 12 |
wcnagel@1042 | 13 # Rules to configure and make the package. |
wcnagel@1042 | 14 compile_rules() |
wcnagel@1042 | 15 { |
wcnagel@1042 | 16 cd $src |
wcnagel@1042 | 17 patch -p1 < ../stuff/xpat2.patch |
wcnagel@1042 | 18 cd src |
wcnagel@1042 | 19 cp ../../stuff/Makefile . |
wcnagel@1042 | 20 make |
wcnagel@1042 | 21 make DESTDIR=../_pkg install |
wcnagel@1042 | 22 } |
wcnagel@1042 | 23 |
wcnagel@1042 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
wcnagel@1042 | 25 genpkg_rules() |
wcnagel@1042 | 26 { |
wcnagel@1042 | 27 mkdir -p $fs/var/games/xpat2 |
wcnagel@1042 | 28 cp -a $_pkg/usr $fs |
wcnagel@1042 | 29 mkdir -p $fs/usr/share/X11/app-defaults/ |
wcnagel@1042 | 30 cp -a $src/../stuff/XPat.ad $fs/usr/share/X11/app-defaults/XPat |
wcnagel@1042 | 31 touch $fs/var/games/xpat2/xpat.log |
wcnagel@1042 | 32 chmod 666 $fs/var/games/xpat2/xpat.log |
wcnagel@1042 | 33 } |