2007-04-03 13:49:18 +03:00
|
|
|
# Description: a set of tools for counting physical Source Lines of Code
|
2009-01-12 17:01:21 +02:00
|
|
|
# URL: http://www.dwheeler.com/sloccount/
|
2008-06-24 21:50:32 +03:00
|
|
|
# Maintainer: Antti Nykanen, aon at iki dot fi
|
2007-04-22 00:57:42 +03:00
|
|
|
# Depends on:
|
2007-04-03 13:49:18 +03: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
|
|
|
|
}
|