wok view ncdc/receipt @ rev 17835

pulseaudio: stop dbus boot msg error
author Richard Dunbar <mojo@slitaz.org>
date Mon Mar 23 00:00:29 2015 -0400 (2015-03-23)
parents
children 46fc8daa3b41
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://dev.yorhel.nl/ncdc"
10 WGET_URL="http://dev.yorhel.nl/download/$TARBALL"
12 DEPENDS="ncurses zlib bzip2 sqlite gnutls pcre"
13 BUILD_DEPENDS="ncurses-dev zlib-dev bzip2-dev sqlite-dev gnutls-dev
14 glib-dev pcre-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure --prefix=/usr
19 make
20 make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }