wok-next annotate xorg-xrdb/receipt @ rev 19921

freeglut: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 18:59:51 2017 +0200 (2017-10-14)
parents ea3c4b76ea5d
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
rocky@3894 2
rocky@3894 3 PACKAGE="xorg-xrdb"
al@19645 4 VERSION="1.1.0"
rocky@3894 5 CATEGORY="x-window"
al@19645 6 SHORT_DESC="X server resource database utility"
rocky@3894 7 MAINTAINER="rocky@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
al@19645 10
al@19645 11 TARBALL="xrdb-$VERSION.tar.bz2"
rocky@3894 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
rocky@3894 13
al@19645 14 BUILD_DEPENDS="xorg-util-macros xorg-libXmu-dev xorg-libX11-dev xorg-xproto"
al@19805 15 PKG_RULE="std"
pascal@15579 16
rocky@3894 17 # Rules to configure and make the package.
rocky@3894 18 compile_rules()
rocky@3894 19 {
al@19806 20 touch /root/missing /missing
al@19645 21
al@19805 22 ./configure \
al@19805 23 --sysconfdir=/etc \
al@19805 24 --localstatedir=/var \
al@19805 25 $CONFIGURE_ARGS &&
al@19805 26 make &&
al@19805 27 make install
rocky@3894 28 }
rocky@3894 29
rocky@3894 30 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@3894 31 genpkg_rules()
rocky@3894 32 {
al@19805 33 copy @std
al@19805 34 DEPENDS="xorg-libX11 xorg-libXmu"
rocky@3894 35 }