wok-next annotate splashutils/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@13591 2
pascal@13591 3 PACKAGE="splashutils"
pascal@13591 4 VERSION="1.5.4.4"
pascal@13591 5 CATEGORY="system-tools"
al@18973 6 SHORT_DESC="Framebuffer boot splash screen"
pascal@13591 7 MAINTAINER="devel@slitaz.org"
al@18973 8 LICENSE="LGPL2 GPL2"
al@20534 9 WEB_SITE="https://sourceforge.net/projects/fbsplash.berlios/"
al@20534 10
pascal@13591 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@18973 12 WGET_URL="$SF_MIRROR/fbsplash.berlios/$TARBALL"
pascal@13591 13
al@21078 14 BUILD_DEPENDS="autoconf automake libtool jpeg-dev gpm-dev libpng-dev \
al@18973 15 freetype-dev"
pascal@13591 16
al@20534 17 compile_rules() {
al@18973 18 autoreconf --install --force
pascal@13591 19 LIBS="-lbz2"
pascal@13591 20 ./configure \
pascal@13591 21 --without-klibc \
al@21020 22 $CONFIGURE_ARGS || return 1
al@18973 23 sed -i 's|-all-static||' $src/src/Makefile
al@20534 24 make -j1 &&
al@21020 25 make DESTDIR=$install install
pascal@13591 26 }
pascal@13591 27
al@20534 28 genpkg_rules() {
al@20534 29 copy @std
al@21105 30 DEPENDS="libbzip2 freetype libjpeg gpm"
pascal@13591 31 }