wok view schroedinger/receipt @ rev 14141

libmnl*: add 1.0.3
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Mar 01 08:37:16 2013 -0800 (2013-03-01)
parents
children 01010da01a4a
line source
1 # SliTaz package receipt.
3 PACKAGE="schroedinger"
4 VERSION="1.0.11"
5 CATEGORY="multimedia"
6 SHORT_DESC="Dirac video compression library"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="mpl lgpl mit"
9 WEB_SITE="http://diracvideo.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL"
12 DEPENDS="orc"
13 BUILD_DEPENDS="orc-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS && \
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 mv $install/usr/lib/*.so* $fs/usr/lib
29 }