wok annotate xpat2/receipt @ rev 1553

Apply patchs once for bash cromfs cyrus-imapd jwm lsdvd mISDNuser module-init-tools qemu rox-filer xpat2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 12 09:55:00 2008 +0000 (2008-10-12)
parents e6114fcaafb8
children 67356fcbb83e
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."
pascal@1412 7 MAINTAINER="bill@nagel.org"
pascal@1413 8 WEB_SITE="http://manpages.ubuntu.com/manpages/intrepid/man6/xpat2.html"
wcnagel@1042 9 DEPENDS="xorg"
wcnagel@1042 10 BUILD_DEPENDS="xorg-dev xorg-dev-proto"
wcnagel@1042 11 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
wcnagel@1042 12 WGET_URL="http://www.ibiblio.org/pub/Linux/games/solitaires/$TARBALL"
wcnagel@1042 13
wcnagel@1042 14 # Rules to configure and make the package.
wcnagel@1042 15 compile_rules()
wcnagel@1042 16 {
wcnagel@1042 17 cd $src
pascal@1553 18 for i in xpat2.patch layout.patch ; do
pascal@1553 19 [ -f done.$i ] && continue
pascal@1553 20 patch -p1 < ../stuff/$i
pascal@1553 21 touch done.$i
pascal@1553 22 done
wcnagel@1042 23 cd src
wcnagel@1042 24 cp ../../stuff/Makefile .
pascal@1553 25 make &&
wcnagel@1042 26 make DESTDIR=../_pkg install
wcnagel@1042 27 }
wcnagel@1042 28
wcnagel@1042 29 # Rules to gen a SliTaz package suitable for Tazpkg.
wcnagel@1042 30 genpkg_rules()
wcnagel@1042 31 {
wcnagel@1042 32 mkdir -p $fs/var/games/xpat2
wcnagel@1042 33 cp -a $_pkg/usr $fs
wcnagel@1042 34 mkdir -p $fs/usr/share/X11/app-defaults/
wcnagel@1042 35 cp -a $src/../stuff/XPat.ad $fs/usr/share/X11/app-defaults/XPat
wcnagel@1042 36 touch $fs/var/games/xpat2/xpat.log
wcnagel@1042 37 chmod 666 $fs/var/games/xpat2/xpat.log
wcnagel@1042 38 }