wok view schroedinger/receipt @ rev 14247

syslinux/iso2exe: use posixovl -F
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 24 23:14:15 2013 +0100 (2013-03-24)
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 }