wok-next view sawman/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 10df65db91ad
children d457c4e37c1b
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sawman"
4 VERSION="1.4.3"
5 CATEGORY="graphics"
6 SHORT_DESC="DirectFB Window manager"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://directfb.org/index.php?path=Platform/SaWMan"
11 TARBALL="SaWMan-$VERSION.tar.gz"
12 WGET_URL="http://directfb.org/downloads/Extras/$TARBALL"
14 BUILD_DEPENDS="directfb-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="directfb"
26 }
28 testsuite() {
29 readelf -h $install/usr/bin/testman
30 }