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

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
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 }