wok-next annotate quilt/receipt @ rev 21679

updated gexiv2 (0.10.8 -> 0.12.1)
author Hans-G?nter Theisgen
date Mon Jun 29 14:11:08 2020 +0100 (2020-06-29)
parents 6690b25343a3
children
rev   line source
al@20491 1 # SliTaz package receipt v2.
pascal@17816 2
pascal@17816 3 PACKAGE="quilt"
pascal@17816 4 VERSION="0.64"
pascal@17816 5 CATEGORY="development"
al@20491 6 SHORT_DESC="Easily manage large numbers of patches"
pascal@17816 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17816 8 LICENSE="GPL2"
al@20491 9 WEB_SITE="http://savannah.nongnu.org/projects/quilt"
al@20491 10
pascal@17816 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17816 12 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
pascal@17816 13
pascal@20493 14 BUILD_DEPENDS="diffutils perl patch"
pascal@17816 15
al@20491 16 compile_rules() {
al@21020 17 ./configure \
al@21020 18 --prefix=/usr \
al@21020 19 $CONFIGURE_ARGS &&
pascal@17816 20 make &&
al@21020 21 make BUILD_ROOT=$install install
pascal@17816 22 }
pascal@17816 23
al@20491 24 genpkg_rules() {
al@20491 25 copy @std
al@20491 26 DEPENDS="bash perl"
pascal@17816 27 }