wok-6.x rev 1116
Add mcabber mcabber-help
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 20 11:43:38 2008 +0000 (2008-07-20) |
parents | 4a84b1fa39c3 |
children | e165da1af814 |
files | mcabber-help/receipt mcabber/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mcabber-help/receipt Sun Jul 20 11:43:38 2008 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="mcabber-help" 1.7 +VERSION="0.9.7" 1.8 +CATEGORY="netwok" 1.9 +SHORT_DESC="Jabber console client help files" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://lilotux.net/~mikael/mcabber" 1.12 +DEPENDS="mcabber" 1.13 +WANTED="mcabber" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/share 1.19 + cp -a $_pkg/usr/share/mcabber $fs 1.20 +} 1.21 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/mcabber/receipt Sun Jul 20 11:43:38 2008 +0000 2.3 @@ -0,0 +1,30 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="mcabber" 2.7 +VERSION="0.9.7" 2.8 +CATEGORY="netwok" 2.9 +SHORT_DESC="Jabber console client." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.12 +WEB_SITE="http://lilotux.net/~mikael/mcabber" 2.13 +WGET_URL="$WEB_SITE/files/$TARBALL" 2.14 +DEPENDS="libcrypto openssl" 2.15 +BUILD_DEPENDS="libcrypto-dev openssl-dev" 2.16 + 2.17 +# Rules to configure and make the package. 2.18 +compile_rules() 2.19 +{ 2.20 + cd $src 2.21 + ./configure --prefix=/usr --infodir=/usr/share/info \ 2.22 + --mandir=/usr/share/man $CONFIGURE_ARGS 2.23 + make 2.24 + make DESTDIR=$PWD/_pkg install 2.25 +} 2.26 + 2.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 +genpkg_rules() 2.29 +{ 2.30 + mkdir -p $fs/usr 2.31 + cp -a $_pkg/usr/bin $fs 2.32 +} 2.33 +