wok annotate expedite/receipt @ rev 21754

Up firefox-official (67.0.3), tinyproxy (1.10.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 19 17:26:14 2019 +0200 (2019-06-19)
parents 0a62b750d9ad
children b01314c762e9
rev   line source
pankso@10621 1 # SliTaz package receipt.
pankso@10621 2
pankso@10621 3 PACKAGE="expedite"
Hans-G?nter@20902 4 VERSION="1.7.10"
pankso@10621 5 CATEGORY="graphics"
Hans-G?nter@20902 6 TAGS="e enlightenment"
domcox@14697 7 SHORT_DESC="Performance and correctness test suite for Evas."
pankso@10621 8 MAINTAINER="pankso@slitaz.org"
pascal@15588 9 LICENSE="BSD"
pascal@20421 10 WEB_SITE="https://www.enlightenment.org/"
Hans-G?nter@20902 11
Hans-G?nter@20902 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@20902 13 WGET_URL="https://git.enlightenment.org/tools/$PACKAGE.git/snapshot/$TARBALL"
pankso@10621 14
domcox@14440 15 DEPENDS="evas python"
Hans-G?nter@20903 16 BUILD_DEPENDS="automake evas-dev libtool"
pankso@10621 17
pankso@10621 18 # Rules to configure and make the package.
pankso@10621 19 compile_rules()
pankso@10621 20 {
Hans-G?nter@20902 21 ./autogen.sh &&
Hans-G?nter@20902 22 make $MAKEFLAGS &&
Hans-G?nter@20902 23 make install
pankso@10621 24 }
pankso@10621 25
pankso@10621 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@10621 27 genpkg_rules()
pankso@10621 28 {
pankso@10621 29 mkdir -p $fs
pankso@10621 30 cp -a $install/usr $fs
pankso@10621 31 }