summaryrefslogtreecommitdiffstats
path: root/extra/tla
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
parent5618c6784851e1eaeef7af8cfbdde34e99950d71 (diff)
parent6b49c24b1e655ee84e31beea9a91746111fb60c7 (diff)
downloadnutyx-extra-7577535d0bf6b6eefb282c137c11735c3511db24.tar.gz
nutyx-extra-7577535d0bf6b6eefb282c137c11735c3511db24.tar.bz2
nutyx-extra-7577535d0bf6b6eefb282c137c11735c3511db24.tar.xz
nutyx-extra-7577535d0bf6b6eefb282c137c11735c3511db24.zip
Merge commit 'blanko/master'
Diffstat (limited to 'extra/tla')
-rw-r--r--extra/tla/.footprint5
-rw-r--r--extra/tla/.md5sum1
-rw-r--r--extra/tla/Pkgfile19
3 files changed, 25 insertions, 0 deletions
diff --git a/extra/tla/.footprint b/extra/tla/.footprint
new file mode 100644
index 000000000..6e0b79f26
--- /dev/null
+++ b/extra/tla/.footprint
@@ -0,0 +1,5 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/tla/
+drwxr-xr-x root/root usr/share/tla/bin/
+-rwxr-xr-x root/root usr/share/tla/bin/tla
diff --git a/extra/tla/.md5sum b/extra/tla/.md5sum
new file mode 100644
index 000000000..d19391eb5
--- /dev/null
+++ b/extra/tla/.md5sum
@@ -0,0 +1 @@
+db31ee89bc4788eef1eba1cee6c176ef tla-1.3.5.tar.gz
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
+}
+