wok view snownews/receipt @ rev 15001

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:48:05 2013 +0000 (2013-08-10)
parents a57fbcee7495
children 3ba8d2c9720d
line source
1 # SliTaz package receipt.
3 PACKAGE="snownews"
4 VERSION="1.5.12"
5 CATEGORY="network"
6 SHORT_DESC="Text mode RSS newsreader."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://kiza.kcore.de/software/snownews/index.en"
11 WGET_URL="https://kiza.kcore.de/software/snownews/download/$TARBALL"
13 DEPENDS="libxml2 ncurses zlib libcrypto"
14 BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext perl \
15 openssl-dev acl libcroco wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --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/share
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/share/locale $fs/usr/share
31 }