wok view opal/receipt @ rev 18661

python-opengl: cleanup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 03 18:45:29 2015 +0100 (2015-12-03)
parents 8e4c74abdf74
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="opal"
4 VERSION="3.6.6"
5 CATEGORY="network"
6 SHORT_DESC="Open Phone Abstraction library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MPL"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.ekiga.org/"
11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
12 TAGS="telephony"
14 DEPENDS="cyrus-sasl expat jpeg libsdl libogg libtheora libunixODBC \
15 openssl ptlib tiff zlib"
16 BUILD_DEPENDS="ptlib ptlib-dev openssl-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure --prefix=/usr --bindir=/bin \
23 --libexecdir=/usr/bin --mandir=/usr/share/man \
24 $CONFIGURE_ARGS &&
25 make $MAKEFLAGS &&
26 make DESTDIR=$DESTDIR install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr
33 cp -a $install/usr/lib $fs/usr
34 rm -f $fs/usr/lib/*.a
35 }