summaryrefslogtreecommitdiffstats
path: root/extra/tla/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-18 19:39:19 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-18 19:39:19 +0100
commitdb92b54088b4b70912348bf20a5f610e642260b3 (patch)
tree0897302126a32d3db0f7fec7ff97a5b6ae8fd3e8 /extra/tla/Pkgfile
parentbf6075322e3401ad7d09d4fbb27599097c1a450c (diff)
downloadnutyx-pakxe-db92b54088b4b70912348bf20a5f610e642260b3.tar.gz
nutyx-pakxe-db92b54088b4b70912348bf20a5f610e642260b3.tar.bz2
nutyx-pakxe-db92b54088b4b70912348bf20a5f610e642260b3.tar.xz
nutyx-pakxe-db92b54088b4b70912348bf20a5f610e642260b3.zip
tla, déplacé dans base
Diffstat (limited to 'extra/tla/Pkgfile')
-rw-r--r--extra/tla/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/tla/Pkgfile b/extra/tla/Pkgfile
deleted file mode 100644
index 8cedd4605..000000000
--- a/extra/tla/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
-