contrib/convmv/Pkgfile

18 lines
448 B
Plaintext
Raw Normal View History

2013-01-20 12:07:08 +01:00
# 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
}