summaryrefslogtreecommitdiffstats
path: root/indent/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-30 19:09:20 +0000
committerpiernov <piernov@piernov.org>2012-05-30 19:09:20 +0000
commitedcce2f336c905ab1aeba022d9c2bf23d70981bc (patch)
tree431fea1af60b83a0b80f90ea06b7e3791262062c /indent/Pkgfile
parentb3a897ed01ced2ef07e699a63d1adf6a649b441a (diff)
downloadnutyx-extra-edcce2f336c905ab1aeba022d9c2bf23d70981bc.tar.gz
nutyx-extra-edcce2f336c905ab1aeba022d9c2bf23d70981bc.tar.bz2
nutyx-extra-edcce2f336c905ab1aeba022d9c2bf23d70981bc.tar.xz
nutyx-extra-edcce2f336c905ab1aeba022d9c2bf23d70981bc.zip
indent 2.2.11-1 ajout port
Diffstat (limited to 'indent/Pkgfile')
-rw-r--r--indent/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/indent/Pkgfile b/indent/Pkgfile
new file mode 100644
index 000000000..333e1c932
--- /dev/null
+++ b/indent/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Programme de formattage du code source C.
+# URL: http://indent.isidore-it.eu/beautify.html
+# Maintainer:
+# Packager: piernov <piernov@piernov.org>
+# Depends on: texi2html
+# Run on:
+
+name=indent
+version=2.2.11
+release=1
+source=(http://indent.isidore-it.eu/$name-$version.tar.gz
+ LC_ALL.patch
+ segfault.patch
+ decimal_format.patch)
+
+build() {
+ cd $name-$version
+ patch -p1 < ../segfault.patch
+ patch -p1 < ../LC_ALL.patch
+ patch -p1 < ../decimal_format.patch
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}