wok-next view catpoint/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d635206a5649
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="catpoint"
4 VERSION="2020-05-13"
5 HASH="fbd1f47fc5dc657c0bac33ac3d6f7c89495f4df9"
6 CATEGORY="office"
7 SHORT_DESC="Simple presenting software"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="http://r-36.net/scm/catpoint/log.html"
12 TARBALL="$PACKAGE-$HASH.tar.bz2"
13 WGET_URL="http://git.r-36.net/catpoint/snapshot/$TARBALL"
15 BUILD_DEPENDS="ncurses-dev"
16 DEPENDS="ncurses"
18 compile_rules()
19 {
20 sed -i 's|/usr/local|/usr|' config.mk
22 make &&
23 make install || return 1
25 cook_pick_docs README.md showoff
26 }