wok-next view ncdc/receipt @ rev 20405

Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.

js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 17:39:40 2017 +0200 (2017-12-07)
parents 46fc8daa3b41
children d43bf7aae921
line source
1 # SliTaz package receipt.
3 PACKAGE="ncdc"
4 VERSION="1.19.1"
5 CATEGORY="network"
6 SHORT_DESC="NCurses Direct Connect."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://dev.yorhel.nl/ncdc"
11 WGET_URL="http://dev.yorhel.nl/download/$TARBALL"
13 DEPENDS="ncurses zlib bzip2 sqlite3 gnutls pcre"
14 BUILD_DEPENDS="ncurses-dev zlib-dev bzip2-dev sqlite3-dev gnutls-dev
15 glib-dev pcre-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr
20 make
21 make 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 }