# SliTaz package receipt PACKAGE="flxine" VERSION="0.6.10" CATEGORY="multimedia" SHORT_DESC="FLTK Xine frontend" MAINTAINER="pankso@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE-fltk13-source-$VERSION.tgz" WEB_SITE="https://web.archive.org/web/20150803070352/http://home.arcor.de/szukw000/english_index.html" WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="fltk xine-lib" BUILD_DEPENDS="fltk-dev xine-lib-dev autoconf automake" # Rules to configure and make the package. compile_rules() { #export ac_cv_lib_pthread_pthread_create=yes ./bootstrap.sh && ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr }