summaryrefslogtreecommitdiffstats
path: root/extra/tla/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-16 17:44:06 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-16 17:44:06 +0100
commit7577535d0bf6b6eefb282c137c11735c3511db24 (patch)
treef20783ea533c7c11afff5826786df27797f5c9e7 /extra/tla/Pkgfile
parent5618c6784851e1eaeef7af8cfbdde34e99950d71 (diff)
parent6b49c24b1e655ee84e31beea9a91746111fb60c7 (diff)
downloadnutyx-pakxe-7577535d0bf6b6eefb282c137c11735c3511db24.tar.gz
nutyx-pakxe-7577535d0bf6b6eefb282c137c11735c3511db24.tar.bz2
nutyx-pakxe-7577535d0bf6b6eefb282c137c11735c3511db24.tar.xz
nutyx-pakxe-7577535d0bf6b6eefb282c137c11735c3511db24.zip
Merge commit 'blanko/master'
Diffstat (limited to 'extra/tla/Pkgfile')
-rw-r--r--extra/tla/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/tla/Pkgfile b/extra/tla/Pkgfile
new file mode 100644
index 000000000..8cedd4605
--- /dev/null
+++ b/extra/tla/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Système de contôle de version similaire à CVS et Subversion
+# URL: http://www.gnu.org/software/gnu-arch/
+# Packager: Blankoworld, blankoworld at wanadoo dot fr
+# Depends on: gawk, patch
+
+name=tla
+version=1.3.5
+release=1
+source=( http://ftp.gnu.org/gnu/gnu-arch/$name-$version.tar.gz )
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ ../src/configure --prefix=$PKG/usr/share/$name/
+ make
+ make install
+}
+