contrib/hnb/Pkgfile

23 lines
637 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Hierarchical notebook editor.
# URL: http://hnb.sourceforge.net/
2007-01-20 03:21:06 +01:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
2006-11-13 21:43:10 +01:00
#
2006-11-19 22:26:53 +01:00
# Depends on:
2006-11-13 21:43:10 +01:00
name=hnb
version=1.9.18
release=2
source=(http://hnb.sourceforge.net/.files/$name-$version.tar.gz \
2006-11-19 22:26:53 +01:00
Makefile.patch)
2006-11-13 21:43:10 +01:00
build () {
2006-11-19 22:26:53 +01:00
cd $name-$version
patch -i $SRC/Makefile.patch
sed -i "/^CFLAGS/s/-O2 -pipe/$CFLAGS/" Makefile
make
mkdir -p $PKG/usr/{bin,man/man1}
make prefix=$PKG/usr install
sed "s|$PKG||g" $SRC/$name-$version/doc/$name.1 > $PKG/usr/man/man1/$name.1
2006-11-13 21:43:10 +01:00
}