wok-next view schroedinger/receipt @ rev 14725
Up xorg-xf86-video-intel (2.21.9), haswell support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 13 09:27:26 2013 +0200 (2013-06-13) |
parents | 94454a7d82ae |
children | 7a526dcd4932 |
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 }