wok-next view directfb-examples/receipt @ rev 21268

updated frogatto (1.3.1 -> 1.3.3)
author Hans-G?nter Theisgen
date Fri Dec 06 17:30:20 2019 +0100 (2019-12-06)
parents c4e53a39395a
children ee6015816645
line source
1 # SliTaz package receipt v2.
3 PACKAGE="directfb-examples"
4 VERSION="1.2.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="DirectFB examples"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.directfb.org/"
11 TARBALL="DirectFB-examples-$VERSION.tar.gz"
12 WGET_URL="http://www.directfb.org/downloads/Extras/$TARBALL"
14 BUILD_DEPENDS="directfb-dev"
16 compile_rules() {
17 ./configure \
18 --prefix=/usr \
19 $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="directfb"
27 }
29 testsuite() {
30 readelf -h $install/usr/bin/spacedream
31 }