wok view flxine/receipt @ rev 18877

Up slitaz-base-files(298), slitaz-boot-scripts(422)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Feb 08 10:29:19 2016 +0200 (2016-02-08)
parents 5922ffb18ae9
children 9b180a3071fb
line source
1 # SliTaz package receipt
3 PACKAGE="flxine"
4 VERSION="0.6.10"
5 CATEGORY="multimedia"
6 SHORT_DESC="FLTK Xine frontend"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-fltk13-source-$VERSION.tgz"
10 WEB_SITE="http://home.arcor.de/szukw000/english_index.html"
11 WGET_URL="http://home.arcor.de/szukw000/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="fltk xine-lib"
15 BUILD_DEPENDS="fltk-dev xine-lib-dev autoconf automake"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 #export ac_cv_lib_pthread_pthread_create=yes
21 ./bootstrap.sh &&
22 ./configure $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/bin $fs/usr
31 }