wok-6.x diff wbar2/receipt @ rev 8881
coreutils-command, coreutils-file-summarize: restore busybox links in port_remove()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 27 01:55:24 2011 +0100 (2011-02-27) |
parents | |
children | e4f3d16ee709 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wbar2/receipt Sun Feb 27 01:55:24 2011 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="wbar2" 1.7 +VERSION="2.1.1" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Quick launch bar." 1.10 +MAINTAINER="gokhlayeh@slitaz.org" 1.11 +SOURCE="wbar" 1.12 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://code.google.com/p/wbar/" 1.14 +WGET_URL="http://wbar.googlecode.com/files/$TARBALL" 1.15 +DEPENDS="ttf-dejavu imlib2 libglade gtk+" 1.16 +BUILD_DEPENDS="intltool" 1.17 +CONFIG_FILES="/etc/wbar/dot.wbar" 1.18 +TAGS="desktop launchbar" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + cd $src 1.24 + ./configure --exec_prefix=/usr \ 1.25 + --sysconfdir=/etc && 1.26 + make && make install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + cp -a $_pkg/usr $_pkg/etc $fs 1.33 + cp -a $stuff/wbar.cfg $_pkg/etc/default/wbar 1.34 + rm -r $_pkg/usr/share/locale 1.35 + for file in $_pkg/usr/share/pixmaps/wbar/*; do 1.36 + [ "${file##*/}" = osxbarback.png ] && continue 1.37 + rm -f $file 1.38 + done 1.39 +} 1.40 \ No newline at end of file