wok diff linuxdcpp/receipt @ rev 4997

[A-Z]*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 12:02:14 2010 +0100 (2010-02-28)
parents
children 8752c40cc534
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linuxdcpp/receipt	Sun Feb 28 12:02:14 2010 +0100
     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 +}