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

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
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 }