wok view vidalia/receipt @ rev 14463

Up: ndoutils (1.5.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 03:10:35 2013 +0200 (2013-04-27)
parents 967f92512cf9
children b0c60d808e5c
line source
1 # SliTaz package receipt.
3 PACKAGE="vidalia"
4 VERSION="0.2.21"
5 CATEGORY="network"
6 SHORT_DESC="Controller GUI for the Tor software."
7 MAINTAINER="paul@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="https://www.torproject.org/vidalia/"
10 WGET_URL="https://www.torproject.org/dist/$PACKAGE/$TARBALL"
13 DEPENDS="tor libQtGui libQtXml libegl-mesa"
14 BUILD_DEPENDS="cmake Qt4-dev wget qmake libegl-mesa openssl-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 mkdir build && cd build
21 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
22 make && make DESTDIR=$DESTDIR 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 cp -a $_pkg/usr/share/ $fs/usr
31 }