wok-current annotate schroedinger/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents 7a526dcd4932
children 7c0170dd3ecc
rev   line source
domcox@14011 1 # SliTaz package receipt.
domcox@14011 2
domcox@14011 3 PACKAGE="schroedinger"
domcox@14011 4 VERSION="1.0.11"
domcox@14011 5 CATEGORY="multimedia"
domcox@14011 6 SHORT_DESC="Dirac video compression library"
domcox@14011 7 MAINTAINER="domcox@slitaz.org"
pascal@15022 8 LICENSE="MPL LGPL GPL MIT"
domcox@14011 9 WEB_SITE="http://diracvideo.org/"
domcox@14011 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
domcox@14011 11 WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL"
al@14742 12
domcox@14011 13 DEPENDS="orc"
domcox@14011 14 BUILD_DEPENDS="orc-dev"
domcox@14011 15
domcox@14011 16 # Rules to configure and make the package.
domcox@14011 17 compile_rules()
domcox@14011 18 {
domcox@14011 19 ./configure \
domcox@14011 20 --disable-static \
domcox@14011 21 $CONFIGURE_ARGS && \
domcox@14011 22 make && make install
domcox@14011 23 }
domcox@14011 24
domcox@14011 25 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14011 26 genpkg_rules()
domcox@14011 27 {
domcox@14011 28 mkdir -p $fs/usr/lib
domcox@14011 29 mv $install/usr/lib/*.so* $fs/usr/lib
domcox@14011 30 }