wok view xorg-iceauth/receipt @ rev 12950

libcanberra: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 10:19:28 2012 +0200 (2012-05-31)
parents 4436a860c7f6
children eb8067417980
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 DEPENDS="xorg-libICE"
9 BUILD_DEPENDS="xorg-libICE-dev pkg-config"
10 SOURCE="iceauth"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WEB_SITE="http://xorg.freedesktop.org/"
13 WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr \
20 --infodir=/usr/share/info \
21 --mandir=/usr/share/man $CONFIGURE_ARGS && \
22 make && make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/bin $fs/usr
30 }