wok-next view cmatrix/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 466bca9334ef
children ce9f66affe97
line source
1 # SliTaz package receipt.
3 PACKAGE="cmatrix"
4 VERSION="1.2a"
5 CATEGORY="misc"
6 SHORT_DESC="Matrix screensaver"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.asty.org/cmatrix"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.asty.org/cmatrix/dist/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev"
16 compile_rules() {
17 ./configure \
18 --prefix=/usr \
19 --infodir=/usr/share/info \
20 --mandir=/usr/share/man \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$install install
24 }
26 genpkg_rules() {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 DEPENDS="ncurses"
30 }