wok diff libpri/receipt @ rev 5354

Fixed: apache by adding sed to build depends. libtool uses /usr/bin/sed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 16:36:12 2010 +0000 (2010-04-28)
parents
children 55448c722f2d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libpri/receipt	Wed Apr 28 16:36:12 2010 +0000
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libpri"
     1.7 +VERSION="1.4.10.1"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="C implementation of the Primary Rate ISDN specification (with BRI support)."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://www.asterisk.org/"
    1.13 +WGET_URL="http://downloads.asterisk.org/pub/telephony/libpri/$TARBALL"
    1.14 +
    1.15 +# Rules to configure and make the package.
    1.16 +compile_rules()
    1.17 +{
    1.18 +	cd $src
    1.19 +	make
    1.20 +}
    1.21 +
    1.22 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 +genpkg_rules()
    1.24 +{
    1.25 +	mkdir -p $fs/lib
    1.26 +	cp -a $src/*.so* $fs/lib
    1.27 +}