contrib/cramfs-tools/Pkgfile

18 lines
434 B
Plaintext
Raw Normal View History

2007-04-29 23:17:41 +02:00
# Description: Cramfs tools
# URL: http://sourceforge.net/projects/cramfs
# Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
# Depends on:
name=cramfs-tools
version=1.1
release=1
source=(http://optusnet.dl.sourceforge.net/sourceforge/cramfs/cramfs-$version.tar.gz)
build() {
cd cramfs-$version
make
mkdir -p $PKG/usr/sbin
install -c -m 755 cramfsck $PKG/usr/sbin
install -c -m 755 mkcramfs $PKG/usr/sbin
}