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

Fix minicom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 06 11:27:41 2018 +0200 (2018-09-06)
parents cd7906120828
children f48456621a9d
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="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xbitmaps.html"
11 REPOLOGY="xbitmaps"
13 TARBALL="xbitmaps-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/data/$TARBALL"
16 BUILD_DEPENDS="xorg-util-macros"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @dev
26 DEPENDS="xorg-util-macros"
27 }