summaryrefslogtreecommitdiff
path: root/fuseiso/Pkgfile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /fuseiso/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'fuseiso/Pkgfile')
-rw-r--r--fuseiso/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/fuseiso/Pkgfile b/fuseiso/Pkgfile
new file mode 100644
index 000000000..1cb594abb
--- /dev/null
+++ b/fuseiso/Pkgfile
@@ -0,0 +1,18 @@
+# Description: FUSE module to mount ISO filesystem images (.iso files)
+# URL: http://fuse.sourceforge.net/wiki/index.php/FuseIso
+# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
+# Packager: Jukka Heino, jukka at karsikkopuu dot net
+# Depends on: fuse
+
+name=fuseiso
+version=20051029
+release=1
+source=(http://ubiz.ru/dm/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ touch linux/stat.h
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit