wok-next annotate xorg-scrnsaverproto/receipt @ rev 20200

libgnomeprint: add bison 3 patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 03 17:38:15 2017 +0100 (2017-11-03)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
pankso@87 2
pankso@87 3 PACKAGE="xorg-scrnsaverproto"
al@14604 4 VERSION="1.2.2"
pankso@200 5 CATEGORY="development"
al@19805 6 SHORT_DESC="X ScreenSaver extension header files"
pankso@87 7 MAINTAINER="pankso@slitaz.org"
al@14604 8 LICENSE="other"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@19634 10 HOST_ARCH="i486 arm"
al@19634 11
al@19634 12 TARBALL="scrnsaverproto-$VERSION.tar.bz2"
al@14604 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 14
gokhlayeh@7718 15 BUILD_DEPENDS="xorg-util-macros"
al@19805 16 PKG_RULE="dev"
pankso@87 17
pankso@87 18 # Rules to configure and make the package.
pankso@87 19 compile_rules()
pankso@87 20 {
al@19805 21 ./configure \
al@19805 22 --sysconfdir=/etc \
al@19805 23 --localstatedir=/var \
al@19805 24 $CONFIGURE_ARGS &&
al@19805 25 make &&
al@19805 26 make install
pankso@87 27 }
pankso@87 28
pankso@87 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@87 30 genpkg_rules()
pankso@87 31 {
al@19805 32 copy @dev
al@19805 33 DEPENDS="xorg-util-macros"
pankso@87 34 }