wok-6.x diff centerim/receipt @ rev 3406
curlftpfs: Remove dep on libiconv (fuse must be rebuild)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jun 12 18:27:46 2009 +0200 (2009-06-12) |
parents | |
children | c1b4bc6a56f2 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/centerim/receipt Fri Jun 12 18:27:46 2009 +0200 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="centerim" 1.7 +VERSION="4.22.5" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Console mode IM" 1.10 +MAINTAINER="allan316@gmail.com" 1.11 +BUILD_DEPENDS="curl curl-dev libldap openldap-dev openssl openssl-dev" 1.12 +DEPENDS="curl libldap openssl libcrypto" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://www.centerim.org" 1.15 +WGET_URL="$WEB_SITE/download/releases/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + mkdir -p _pkg/usr 1.22 + ./configure --prefix=/$PWD/_pkg/usr --infodir=/usr/share/info \ 1.23 + --mandir=/usr/share/man $CONFIGURE_ARGS 1.24 + make 1.25 + make install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + mkdir -p $fs/usr/share/locale 1.32 + cp -a $_pkg/usr/bin $fs/usr 1.33 + cp -a $_pkg/usr/share/centerim $fs/usr/share 1.34 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.35 + cp -a $_pkg/usr/share/locale/uk $fs/usr/share/locale 1.36 + strip -s $fs/usr/bin/* 1.37 +} 1.38 +