wok view flxine/receipt @ rev 20382

xorg-xf86-video-fbdev: hack for xorg-server 1.12.4 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 15 22:08:20 2018 +0200 (2018-06-15)
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 }