wok-next annotate xorg-cf-files/receipt @ rev 19793

Up giflib, imlib2, libsndfile, xorg-cf-files; switch icewm and magicpoint from imlib to imlib2; remove imlib - no one need it anymore.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 23 12:00:00 2017 +0300 (2017-06-23)
parents c4f226b02549
children ea3c4b76ea5d
rev   line source
al@19793 1 # SliTaz package receipt v2.
rcx@3142 2
rcx@3142 3 PACKAGE="xorg-cf-files"
al@19793 4 VERSION="1.0.6"
rcx@3142 5 CATEGORY="development"
al@19793 6 SHORT_DESC="Conf files used by xorg and imake"
rcx@3142 7 MAINTAINER="rcx@zoominternet.net"
pascal@15579 8 LICENSE="MIT"
al@19793 9 WEB_SITE="http://www.x.org/"
al@19793 10
rcx@3142 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
rcx@3142 12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
rcx@3142 13
rcx@3142 14 # Rules to configure and make the package.
rcx@3142 15 compile_rules()
rcx@3142 16 {
al@19793 17 ./configure $CONFIGURE_ARGS && make && make install
rcx@3142 18 }
rcx@3142 19
rcx@3142 20 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3142 21 genpkg_rules()
rcx@3142 22 {
al@19793 23 copy @std
rcx@3142 24 }