wok-next view flxine/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents c4e53a39395a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://home.arcor.de/szukw000/english_index.html"
11 TARBALL="$PACKAGE-fltk13-source-$VERSION.tgz"
12 WGET_URL="http://home.arcor.de/szukw000/$TARBALL"
14 BUILD_DEPENDS="shared-mime-info fltk-dev xine-lib-dev autoconf automake \
15 xorg-libX11-dev"
17 compile_rules() {
18 #export ac_cv_lib_pthread_pthread_create=yes
19 ./bootstrap.sh &&
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="fltk xine-lib"
27 }