wok view flxine/receipt @ rev 25118

Use https://download.tuxfamily.org/ for some broken wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 25 16:14:50 2022 +0000 (22 months ago)
parents 9b180a3071fb
children
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="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$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 }