wok view xorg-trapproto/receipt @ rev 6963

Fixed claws-mail building on clean chroot. Added claws-mail, gtk+-dev, and libetpan-dev to claws-mail-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 26 13:09:46 2010 +0000 (2010-10-26)
parents b61b574cf78e
children 07ae722ec64e
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-trapproto"
4 VERSION="3.4.3"
5 CATEGORY="development"
6 SHORT_DESC="Xorg server protocol."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="trapproto"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr --sysconfdir=/etc \
18 --mandir=/usr/share/man --localstatedir=/var \
19 $CONFIGURE_ARGS
20 make
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/* $fs
28 }