opt/sloccount/Pkgfile

18 lines
427 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
# URL: http://www.dwheeler.com/
# Maintainer: Antti Nyk<79>nen, 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
}