summaryrefslogtreecommitdiffstats
path: root/extra/physfs
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 23:00:06 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 23:00:06 +0200
commit04ec95101d3bc23ab4f8bd13c080f2d2aaae472a (patch)
tree795cb42c67585edce34d34d944a19b7e29c2110f /extra/physfs
parent8e06d5e2a54f5158e1ddcfd0240d8355138cfabc (diff)
downloadnutyx-extra-04ec95101d3bc23ab4f8bd13c080f2d2aaae472a.tar.gz
nutyx-extra-04ec95101d3bc23ab4f8bd13c080f2d2aaae472a.tar.bz2
nutyx-extra-04ec95101d3bc23ab4f8bd13c080f2d2aaae472a.tar.xz
nutyx-extra-04ec95101d3bc23ab4f8bd13c080f2d2aaae472a.zip
physfs#1.0.1-1
Diffstat (limited to 'extra/physfs')
-rw-r--r--extra/physfs/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/physfs/Pkgfile b/extra/physfs/Pkgfile
new file mode 100644
index 000000000..137d6de57
--- /dev/null
+++ b/extra/physfs/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Librairie fournissant un accès a différentes types d'archives
+# URL: http://icculus.org/physfs/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=physfs
+version=1.0.1
+release=1
+source=(http://icculus.org/physfs/downloads/physfs-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}