diff options
author | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-15 20:06:48 +0100 |
---|---|---|
committer | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-15 20:06:48 +0100 |
commit | b3e42e037e863eee3009a69316067cb24f707b66 (patch) | |
tree | c5da33f820736aa29d90e2417634259244060733 /extra/tla | |
parent | 4f3bc2ec25f9209c9017072f65db392467dfe46f (diff) | |
download | nutyx-pakxe-b3e42e037e863eee3009a69316067cb24f707b66.tar.gz nutyx-pakxe-b3e42e037e863eee3009a69316067cb24f707b66.tar.bz2 nutyx-pakxe-b3e42e037e863eee3009a69316067cb24f707b66.tar.xz nutyx-pakxe-b3e42e037e863eee3009a69316067cb24f707b66.zip |
tla#1.3.5-1
Diffstat (limited to 'extra/tla')
-rw-r--r-- | extra/tla/.footprint | 5 | ||||
-rw-r--r-- | extra/tla/.md5sum | 1 | ||||
-rw-r--r-- | extra/tla/Pkgfile | 19 |
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 +} + |