wok-current annotate xpenguins/receipt @ rev 18814
Add GUI to xsnow and xpenguins
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Thu Jan 14 22:11:10 2016 +0100 (2016-01-14) |
parents | 80af4cc457ac |
children | 453c249b6219 |
rev | line source |
---|---|
llevrel@18678 | 1 # SliTaz package receipt. |
llevrel@18678 | 2 |
llevrel@18678 | 3 PACKAGE="xpenguins" |
llevrel@18678 | 4 VERSION="2.2" |
llevrel@18678 | 5 CATEGORY="misc" |
llevrel@18678 | 6 SHORT_DESC="Cute little penguins walking along the tops of your windows" |
llevrel@18678 | 7 MAINTAINER="Lucas Levrel <llev@slitaz.org>" |
llevrel@18678 | 8 LICENSE="GPL" |
llevrel@18678 | 9 WEB_SITE="http://xpenguins.seul.org" |
llevrel@18678 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
llevrel@18678 | 11 WGET_URL="$WEB_SITE/$TARBALL" |
llevrel@18678 | 12 |
llevrel@18678 | 13 DEPENDS="xorg-libXpm xorg-libX11 xorg-libXext" |
llevrel@18678 | 14 BUILD_DEPENDS="xorg-libXpm-dev xorg-libX11-dev xorg-libXext-dev" |
llevrel@18678 | 15 |
llevrel@18678 | 16 # Rules to configure and make the package. |
llevrel@18678 | 17 compile_rules() |
llevrel@18678 | 18 { |
llevrel@18678 | 19 ./configure $CONFIGURE_ARGS --prefix=/usr && |
llevrel@18678 | 20 make && |
llevrel@18678 | 21 make DESTDIR=$DESTDIR install |
llevrel@18814 | 22 mkdir -p $install/usr/share/applications |
llevrel@18814 | 23 cp -a $stuff/xpenguins.desktop $install/usr/share/applications |
llevrel@18814 | 24 cp -a $stuff/xpenguins.sh $install/usr/bin |
llevrel@18678 | 25 } |
llevrel@18678 | 26 |
llevrel@18678 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
llevrel@18678 | 28 genpkg_rules() |
llevrel@18678 | 29 { |
llevrel@18678 | 30 cp -a $install/* $fs |
al@18679 | 31 rm -r $fs/usr/share/man |
llevrel@18678 | 32 } |