wok annotate xpenguins/receipt @ rev 18678

Add xpenguins (2.2), xpenguins_themes (1.0)
author Lucas Levrel <llevrel@yahoo.fr>
date Mon Dec 07 22:10:28 2015 +0100 (2015-12-07)
parents
children 80af4cc457ac
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@18678 22 }
llevrel@18678 23
llevrel@18678 24 # Rules to gen a SliTaz package suitable for Tazpkg.
llevrel@18678 25 genpkg_rules()
llevrel@18678 26 {
llevrel@18678 27 rm -r $install/usr/share/man
llevrel@18678 28 cp -a $install/* $fs
llevrel@18678 29 }