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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="directfb-examples"
4 VERSION="1.7.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="DirectFB examples"
7 MAINTAINER="maintainer@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 {
18 ./configure \
19 --prefix=/usr \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules()
26 {
27 copy @std
28 DEPENDS="directfb"
29 }
31 testsuite()
32 {
33 readelf -h $install/usr/bin/spacedream
34 }