wok diff burp/receipt @ rev 13358

Move from undigest: burp androguard ibus ibus-dev ibus-hangul uemacs smx smx-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 11 09:21:03 2012 +0200 (2012-09-11)
parents
children 8c593515546f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/burp/receipt	Tue Sep 11 09:21:03 2012 +0200
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="burp"
     1.7 +VERSION="1.3.10"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="KISS Bakcup and Restore Program"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://burp.grke.net/"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14 +
    1.15 +DEPENDS="acl libssl libcrypto attr popt ncurses zlib bzlib gcc-lib-base"
    1.16 +BUILD_DEPENDS="librsync acl-dev openssl-dev attr-dev popt-dev ncurses-dev \
    1.17 +bzip2-dev zlib-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	./configure --prefix=/usr \
    1.24 +		--sbindir=/usr/sbin \
    1.25 +		--sysconfdir=/etc \
    1.26 +		--mandir=/usr/share/man \
    1.27 +		--infodir=/usr/share/info \
    1.28 +		$CONFIGURE_ARGS &&
    1.29 +	make && make DESTDIR=$DESTDIR install
    1.30 +}
    1.31 +
    1.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 +genpkg_rules()
    1.34 +{
    1.35 +	cp -a $install/* $fs
    1.36 +}