wok view xorg-iceauth/receipt @ rev 20936

updated fpm2 again (0.76.1 -> 0.79)
author Hans-G?nter Theisgen
date Sat Mar 02 16:28:51 2019 +0100 (2019-03-02)
parents c514cc4854d8
children 6aab4c6721ad
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-iceauth"
4 VERSION="1.0.4"
5 CATEGORY="x-window"
6 SHORT_DESC="ICE authority file utility"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="iceauth"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://xorg.freedesktop.org/"
12 WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL"
14 DEPENDS="xorg-libICE"
15 BUILD_DEPENDS="xorg-libICE-dev pkg-config"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr \
22 --infodir=/usr/share/info \
23 --mandir=/usr/share/man $CONFIGURE_ARGS && \
24 make && make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/bin $fs/usr
32 }