wok annotate osip/receipt @ rev 17239

Up lxqt-*(0.8.0) lximage-qt (0.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 17:59:10 2014 +0200 (2014-10-18)
parents e3212c0ae480
children 797cb3b8865a
rev   line source
pascal@5761 1 # SliTaz package receipt.
pascal@5761 2
pascal@5761 3 PACKAGE="osip"
pascal@12636 4 VERSION="3.6.0"
pascal@5761 5 CATEGORY="network"
pascal@5761 6 SHORT_DESC="SIP library."
pascal@5761 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15022 8 LICENSE="LGPL"
pascal@5761 9 SOURCE="libosip2"
pascal@5761 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@5761 11 WEB_SITE="http://www.gnu.org/software/osip/osip.html"
pascal@5761 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pascal@5761 13
pascal@5761 14 # Rules to configure and make the package.
pascal@5761 15 compile_rules()
pascal@5761 16 {
pascal@5761 17 cd $src
pascal@5761 18 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@5761 19 --mandir=/usr/share/man $CONFIGURE_ARGS &&
pascal@5761 20 make &&
pascal@15022 21 make DESTDIR=$DESTDIR install
pascal@5761 22 }
pascal@5761 23
pascal@5761 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5761 25 genpkg_rules()
pascal@5761 26 {
pascal@5761 27 mkdir -p $fs/usr/lib
pascal@15022 28 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@5761 29 }