wok view flxine/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents e1ee172acb7b
children 4f225ad3e12e
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="https://web.archive.org/web/20150803070352/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 }