wok-next view 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 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-cf-files"
4 VERSION="1.0.6"
5 CATEGORY="development"
6 SHORT_DESC="Conf files used by xorg and imake"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="MIT"
9 WEB_SITE="http://www.x.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 copy @std
24 }