wok-next annotate directfb-examples/receipt @ rev 21403

updated php again (7.4.4 -> 7.4.5)
author Hans-G?nter Theisgen
date Tue Apr 21 10:28:30 2020 +0100 (2020-04-21)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pankso@15996 2
pankso@15996 3 PACKAGE="directfb-examples"
Hans-G?nter@21344 4 VERSION="1.7.0"
pankso@15996 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="DirectFB examples"
Hans-G?nter@21344 7 MAINTAINER="maintainer@slitaz.org"
pascal@16660 8 LICENSE="MIT"
pankso@15996 9 WEB_SITE="http://www.directfb.org/"
al@21020 10
al@21020 11 TARBALL="DirectFB-examples-$VERSION.tar.gz"
pankso@15996 12 WGET_URL="http://www.directfb.org/downloads/Extras/$TARBALL"
pankso@15996 13
pankso@15996 14 BUILD_DEPENDS="directfb-dev"
pankso@15996 15
Hans-G?nter@21344 16 compile_rules()
Hans-G?nter@21344 17 {
Hans-G?nter@21344 18 ./configure \
Hans-G?nter@21344 19 --prefix=/usr \
pankso@15996 20 $CONFIGURE_ARGS &&
al@21020 21 make &&
al@21020 22 make DESTDIR=$install install
pankso@15996 23 }
pankso@15996 24
Hans-G?nter@21344 25 genpkg_rules()
Hans-G?nter@21344 26 {
al@21020 27 copy @std
al@21020 28 DEPENDS="directfb"
pankso@15996 29 }
pankso@15996 30
Hans-G?nter@21344 31 testsuite()
Hans-G?nter@21344 32 {
pankso@15999 33 readelf -h $install/usr/bin/spacedream
pankso@15996 34 }