wok-next annotate xorg-libXScrnSaver/receipt @ rev 19634

Up Xorg (first chunk)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Feb 10 01:19:30 2017 +0200 (2017-02-10)
parents 5ddb4d29b420
children f463de72afe3
rev   line source
al@14637 1 # SliTaz package receipt.
al@14637 2
al@14637 3 PACKAGE="xorg-libXScrnSaver"
al@14637 4 VERSION="1.2.2"
al@14637 5 CATEGORY="x-window"
al@14637 6 SHORT_DESC="The XScrnSaver Library"
al@14637 7 MAINTAINER="al.bobylev@gmail.com"
al@14637 8 LICENSE="other"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@19634 10
al@19634 11 TARBALL="libXScrnSaver-$VERSION.tar.bz2"
al@14637 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
al@14637 13
al@14637 14 DEPENDS="xorg-libXext"
al@14637 15 BUILD_DEPENDS="xorg-libXext-dev xorg-scrnsaverproto"
al@14637 16
al@14637 17 # Rules to configure and make the package.
al@14637 18 compile_rules()
al@14637 19 {
al@14637 20 ./configure \
al@14637 21 --sysconfdir=/etc \
al@14637 22 --localstatedir=/var \
al@14637 23 --disable-static \
al@14637 24 $CONFIGURE_ARGS &&
al@14637 25 make &&
al@14637 26 make install
al@14637 27 }
al@14637 28
al@14637 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14637 30 genpkg_rules()
al@14637 31 {
al@19634 32 cook_copy_files *.so*
al@14637 33 }