wok-next view lite/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d6378d455338
children d457c4e37c1b
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lite"
4 VERSION="0.8.10"
5 CATEGORY="graphics"
6 SHORT_DESC="Toolkit Engine using DirectFB"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.directfb.org/index.php?path=Platform/LiTE"
11 TARBALL="LiTE-$VERSION.tar.gz"
12 WGET_URL="http://www.directfb.org/downloads/Libs/$TARBALL"
14 BUILD_DEPENDS="directfb-dev"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 lite)
27 copy @std
28 DEPENDS="directfb"
29 ;;
30 *-dev)
31 copy @dev
32 ;;
33 esac
34 }