wok-next view splashutils/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents dd145c435e4b
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="splashutils"
4 VERSION="1.5.4.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="Framebuffer boot splash screen"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2 GPL2"
9 WEB_SITE="https://sourceforge.net/projects/fbsplash.berlios/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/fbsplash.berlios/$TARBALL"
14 BUILD_DEPENDS="autoconf automake libtool jpeg-dev gpm-dev libpng16-dev \
15 freetype-dev"
17 compile_rules() {
18 autoreconf --install --force
19 LIBS="-lbz2"
20 ./configure \
21 --without-klibc \
22 $CONFIGURE_ARGS || exit 1
23 sed -i 's|-all-static||' $src/src/Makefile
24 make -j1 &&
25 make DESTDIR=$DESTDIR install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="bzlib freetype libjpeg gpm"
31 }