wok-current annotate xpenguins/receipt @ rev 18679
Up tazpanel(557), tazlito(409); tiny edits xpenguins, xpenguins_themes
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 08 13:50:59 2015 +0200 (2015-12-08) |
parents | 95e835ab9f4c |
children | cc044c37d3ba |
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 cp -a $install/* $fs |
al@18679 | 28 rm -r $fs/usr/share/man |
llevrel@18678 | 29 } |