wok diff fossil/receipt @ rev 14542
firefox-langpack-id: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed May 22 21:56:58 2013 +0200 (2013-05-22) |
parents | |
children | 7bb096863642 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fossil/receipt Wed May 22 21:56:58 2013 +0200 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="fossil" 1.7 +VERSION="1.25" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Simple, high-reliability, distributed software configuration management." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-src-20130216000435.tar.gz" 1.12 +WEB_SITE="http://www.fossil-scm.org/" 1.13 +WGET_URL="${WEB_SITE}download/$TARBALL" 1.14 + 1.15 +DEPENDS="libssl libcrypto zlib" 1.16 +BUILD_DEPENDS="openssl-dev zlib-dev" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.23 + make && 1.24 + make DESTDIR=$DESTDIR install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + cp -a $install/usr $fs/ 1.31 +}