wok-next view xorg-xbitmaps/receipt @ rev 21051

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 30 01:34:53 2018 +0200 (2018-11-30)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xbitmaps"
4 VERSION="1.1.2"
5 CATEGORY="development"
6 SHORT_DESC="Standard set of X bitmaps"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xbitmaps.html"
11 HOST_ARCH="any"
12 REPOLOGY="xbitmaps"
14 TARBALL="xbitmaps-$VERSION.tar.bz2"
15 WGET_URL="$XORG_MIRROR/data/$TARBALL"
17 BUILD_DEPENDS="xorg-util-macros"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @dev
27 DEPENDS="xorg-util-macros"
28 }