contrib/convmv/Pkgfile
2013-01-20 13:40:11 +02:00

18 lines
448 B
Plaintext

# Description: Converts filenames from one encoding to another
# URL: http://www.j3e.de/linux/convmv/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on:
name=convmv
version=1.15
release=1
source=(http://www.j3e.de/linux/$name/$name-$version.tar.gz)
build() {
cd $name-$version
make
mkdir -p $PKG/usr/man/man1 $PKG/usr/bin
install -m 755 $name $PKG/usr/bin/$name
install -m 644 $name.1.gz $PKG/usr/man/man1/$name.1.gz
}