wok annotate xorg-makedepend/receipt @ rev 21959

updated some more locales for squirrelmail (1.4.13 -> 1.4.18)
author Hans-G?nter Theisgen
date Thu Oct 10 15:33:31 2019 +0100 (2019-10-10)
parents 5ddb4d29b420
children b36f8f3e6086
rev   line source
gokhlayeh@8080 1 # SliTaz package receipt.
gokhlayeh@8080 2
gokhlayeh@8080 3 PACKAGE="xorg-makedepend"
al@14604 4 VERSION="1.0.4"
al@14604 5 CATEGORY="development"
al@14604 6 SHORT_DESC="Create dependencies in makefiles"
gokhlayeh@8080 7 MAINTAINER="gokhlayeh@slitaz.org"
al@14604 8 LICENSE="other"
pascal@20423 9 WEB_SITE="https://www.x.org/"
slaxemulator@14639 10 SOURCE="makedepend"
slaxemulator@14639 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@14604 12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
al@14604 13
al@14604 14 DEPENDS="glibc-base xorg-xproto"
gokhlayeh@8080 15 BUILD_DEPENDS="xorg-xproto"
gokhlayeh@8080 16
gokhlayeh@8080 17 # Rules to configure and make the package.
gokhlayeh@8080 18 compile_rules()
gokhlayeh@8080 19 {
al@14604 20 ./configure \
al@14604 21 --sysconfdir=/etc \
al@14604 22 --localstatedir=/var \
al@14604 23 $CONFIGURE_ARGS &&
al@14604 24 make &&
al@14604 25 make install
gokhlayeh@8080 26 }
gokhlayeh@8080 27
gokhlayeh@8080 28 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@8080 29 genpkg_rules()
gokhlayeh@8080 30 {
al@14604 31 mkdir -p $fs/usr/share/licenses
al@14604 32 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
al@14604 33
al@14604 34 cp -a $install/usr/bin $fs/usr
gokhlayeh@8080 35 }