cramfs-tools: removed orphaned port

This commit is contained in:
Fredrik Rinnestam 2013-05-06 20:59:54 +02:00
parent b568a1a25f
commit 79a98792ee
3 changed files with 0 additions and 22 deletions

View File

@ -1,4 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/cramfsck
-rwxr-xr-x root/root usr/sbin/mkcramfs

View File

@ -1 +0,0 @@
d3912b9f7bf745fbfea68f6a9b9de30f cramfs-1.1.tar.gz

View File

@ -1,17 +0,0 @@
# 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.download.sourceforge.net/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
}