wok-next view n2n/receipt @ rev 17715
aspell, libstatgrab, reiser4progs: add -ltinfo in LDFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 08:50:37 2015 +0100 (2015-03-05) |
parents | 19d21d244aca |
children | d43bf7aae921 |
line source
1 # SliTaz package receipt.
3 PACKAGE="n2n"
4 VERSION="1.3.2"
5 CATEGORY="network"
6 SHORT_DESC="A Layer Two Peer-to-Peer VPN."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.ntop.org/products/n2n"
11 WGET_URL="$SF_MIRROR/ntop/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make PREFIX=/usr &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/sbin $fs/usr
30 }