wok-next annotate lxappearance/receipt @ rev 13225
fail2ban: add fail2ban filter
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 13 19:15:01 2012 +0200 (2012-08-13) |
parents | 40a7bb2d537a |
children | 5e52034511d0 |
rev | line source |
---|---|
pankso@510 | 1 # SliTaz package receipt. |
pankso@510 | 2 |
pankso@510 | 3 PACKAGE="lxappearance" |
devl547@11275 | 4 VERSION="0.5.1" |
pankso@510 | 5 CATEGORY="x-window" |
pankso@510 | 6 SHORT_DESC="Desktop setting configuration utility from LXDE." |
pankso@510 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@2518 | 8 DEPENDS="gtk+ xorg-libXdamage" |
slaxemulator@6280 | 9 BUILD_DEPENDS="pkg-config intltool gtk+-dev gettext xorg-xproto" |
pankso@510 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@510 | 11 WEB_SITE="http://lxde.sourceforge.net/" |
pankso@510 | 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL" |
pankso@510 | 13 |
pankso@510 | 14 # Rules to configure and make the package. |
pankso@510 | 15 compile_rules() |
pankso@510 | 16 { |
pankso@510 | 17 cd $src |
pankso@510 | 18 ./configure \ |
pankso@510 | 19 --prefix=/usr \ |
pascal@1441 | 20 $CONFIGURE_ARGS && |
pankso@12462 | 21 make && make DESTDIR=$DESTDIR install |
pankso@510 | 22 } |
pankso@510 | 23 |
pankso@510 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@510 | 25 genpkg_rules() |
pankso@510 | 26 { |
pankso@510 | 27 mkdir -p $fs/usr/share |
pankso@12462 | 28 cp -a $install/usr/bin $fs/usr |
pankso@12462 | 29 cp -a $install/usr/share/lxappearance $fs/usr/share |
pankso@12462 | 30 cp -a $install/usr/share/applications $fs/usr/share |
pankso@510 | 31 } |