wok view expedite/receipt @ rev 23315

updated perl-dbd-pg (3.7.4 -> 3.10.5)
author Hans-G?nter Theisgen
date Mon Mar 30 15:25:50 2020 +0100 (2020-03-30)
parents 0a62b750d9ad
children b01314c762e9
line source
1 # SliTaz package receipt.
3 PACKAGE="expedite"
4 VERSION="1.7.10"
5 CATEGORY="graphics"
6 TAGS="e enlightenment"
7 SHORT_DESC="Performance and correctness test suite for Evas."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://www.enlightenment.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://git.enlightenment.org/tools/$PACKAGE.git/snapshot/$TARBALL"
15 DEPENDS="evas python"
16 BUILD_DEPENDS="automake evas-dev libtool"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./autogen.sh &&
22 make $MAKEFLAGS &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs
30 cp -a $install/usr $fs
31 }