opt/sloccount/Pkgfile

18 lines
437 B
Plaintext
Raw Normal View History

2007-04-03 12:49:18 +02:00
# Description: a set of tools for counting physical Source Lines of Code
2009-01-12 16:01:21 +01:00
# URL: http://www.dwheeler.com/sloccount/
2008-06-24 20:50:32 +02:00
# Maintainer: Antti Nykanen, aon at iki dot fi
2007-04-21 23:57:42 +02:00
# Depends on:
2007-04-03 12:49:18 +02:00
name=sloccount
version=2.26
release=1
source=(http://www.dwheeler.com/sloccount/sloccount-$version.tar.gz)
build() {
cd sloccount-$version
make
install -d -m 0755 $PKG/usr/bin
make PREFIX=$PKG/usr MAN_DIR=$PKG/usr/man install
rm -rf $PKG/usr/share/doc
}