summaryrefslogtreecommitdiffstats
path: root/extra/tla/Pkgfile
diff options
context:
space:
mode:
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
+}
+