wok-current diff linuxdcpp/receipt @ rev 4287
cups: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 26 13:48:37 2009 +0200 (2009-09-26) |
parents | |
children | 8752c40cc534 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linuxdcpp/receipt Sat Sep 26 13:48:37 2009 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="linuxdcpp" 1.7 +VERSION="1.0.3" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Direct Connect client based on DC++." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="gtk+ libglade openssl" 1.12 +BUILD_DEPENDS="gtk+-dev libglade-dev openssl-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="https://launchpad.net/linuxdcpp" 1.15 +WGET_URL="http://mirror.slitaz.org/sources/packages/l/$TARBALL" 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd $src 1.20 + mkdir -p $PWD/_pkg/usr 1.21 + scons PREFIX=/usr && 1.22 + scons PREFIX=$PWD/_pkg/usr install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr/share/pixmaps 1.29 + cp -a $_pkg/usr/bin $fs/usr 1.30 + cp -a $_pkg/usr/share/linuxdcpp $fs/usr/share 1.31 + cd $fs/usr/share/pixmaps 1.32 + ln -s ../linuxdcpp/pixmaps/linuxdcpp.png . 1.33 +}