wok-next annotate autoconf-archive/receipt @ rev 21102

gtkglext: patch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 03 00:26:26 2019 +0200 (2019-01-03)
parents ac33744dc2c2
children ac39809c5fa1
rev   line source
al@19874 1 # SliTaz package receipt v2.
al@19874 2
al@19874 3 PACKAGE="autoconf-archive"
al@20958 4 VERSION="2018.03.13"
al@19874 5 CATEGORY="development"
al@19874 6 SHORT_DESC="Collection of GNU Autoconf macros"
al@19874 7 MAINTAINER="al.bobylev@gmail.com"
al@19874 8 LICENSE="GPL"
al@19874 9 WEB_SITE="https://www.gnu.org/software/autoconf-archive/"
al@21057 10 HOST_ARCH="any"
al@19874 11
al@19874 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19874 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@19874 14
al@19874 15 compile_rules() {
al@20958 16 ./configure \
al@20958 17 $CONFIGURE_ARGS &&
al@20958 18 make &&
al@20958 19 make install
al@19874 20
al@20958 21 # documentation mistakenly goes here
al@19874 22 rm -r $install/usr/share/autoconf-archive
al@19874 23 cook_pick_docs AUTHORS COPYING COPYING.EXCEPTION README TODO
al@19874 24 }
al@19874 25
al@19874 26 genpkg_rules() {
al@19874 27 copy @dev
al@19874 28 DEPENDS="autoconf"
al@19874 29 }