wok-6.x annotate ptlib/receipt @ rev 19381
palemoon: change sqlite version
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Aug 18 16:53:29 2016 +0200 (2016-08-18) |
parents | 1bf9350b1f2c |
children | a78610b2eb47 |
rev | line source |
---|---|
pascal@1419 | 1 # SliTaz package receipt. |
pascal@1419 | 2 |
pascal@1419 | 3 PACKAGE="ptlib" |
pascal@5460 | 4 VERSION="2.6.5" |
pascal@1419 | 5 CATEGORY="network" |
pascal@1419 | 6 SHORT_DESC="Portable Tools Library for unix and windows." |
pascal@1419 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15376 | 8 LICENSE="MPL" |
pankso@3166 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@1419 | 10 WEB_SITE="http://www.ekiga.org/" |
pascal@5465 | 11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" |
pascal@15376 | 12 |
pankso@3425 | 13 DEPENDS="alsa-lib cyrus-sasl expat libsdl libdv libraw1394 \ |
pascal@2456 | 14 libunixODBC openssl" |
pascal@11151 | 15 BUILD_DEPENDS="pkg-config flex openssl-dev cyrus-sasl-dev zlib-dev alsa-lib-dev" |
pascal@1419 | 16 |
pascal@1419 | 17 # Rules to configure and make the package. |
pascal@1419 | 18 compile_rules() |
pascal@1419 | 19 { |
pascal@1419 | 20 cd $src |
pascal@1419 | 21 ./configure --prefix=/usr --bindir=/bin \ |
pascal@1419 | 22 --libexecdir=/usr/bin --mandir=/usr/share/man \ |
pascal@1533 | 23 $CONFIGURE_ARGS && |
pascal@1533 | 24 make && |
pascal@15376 | 25 make DESTDIR=$DESTDIR install |
pascal@1419 | 26 } |
pascal@1419 | 27 |
pascal@1419 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1419 | 29 genpkg_rules() |
pascal@1419 | 30 { |
pascal@1419 | 31 mkdir -p $fs/usr |
pascal@15376 | 32 cp -a $install/usr/lib $fs/usr |
pascal@15376 | 33 cp -a $install/usr/bin $fs/usr |
pascal@15376 | 34 cp -a $install/usr/share $fs/usr |
pascal@1419 | 35 } |