diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:03:23 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:03:23 +1100 |
commit | dca6ea985b41392725664f0c3a76e23f1bf69682 (patch) | |
tree | 188051bf01a1897aa4df8238130681c8726240d8 /clink | |
parent | 586de4fed3f2365589c3a460ab8c7d8f2a1645c7 (diff) | |
download | contrib-dca6ea985b41392725664f0c3a76e23f1bf69682.tar.gz contrib-dca6ea985b41392725664f0c3a76e23f1bf69682.tar.xz |
initial adding of ports from romsters repo
Diffstat (limited to 'clink')
-rw-r--r-- | clink/.footprint | 3 | ||||
-rw-r--r-- | clink/.md5sum | 1 | ||||
-rw-r--r-- | clink/Pkgfile | 15 | ||||
-rw-r--r-- | clink/Pkgfile~ | 15 |
4 files changed, 34 insertions, 0 deletions
diff --git a/clink/.footprint b/clink/.footprint new file mode 100644 index 000000000..a5fd483d5 --- /dev/null +++ b/clink/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/clink diff --git a/clink/.md5sum b/clink/.md5sum new file mode 100644 index 000000000..c627e1376 --- /dev/null +++ b/clink/.md5sum @@ -0,0 +1 @@ +3545212c9dcdbedeb832da4fca3ba002 clink-1.1.1 diff --git a/clink/Pkgfile b/clink/Pkgfile new file mode 100644 index 000000000..577afc98b --- /dev/null +++ b/clink/Pkgfile @@ -0,0 +1,15 @@ +# Description: Compacts directories by replacing duplicate files by symbolic links. +# URL: http://free-electrons.com/community/tools/utils/clink/ +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Packager: Danny Rawlins, romster at shortcircuit dot net dot au +# Depends on: python + +name=clink +version=1.1.1 +release=1 +source=(http://free-electrons.com/pub/utils/$name/$name-$version) + +build() { + install -D -m755 -oroot -groot $name-$version $PKG/usr/bin/$name +} + diff --git a/clink/Pkgfile~ b/clink/Pkgfile~ new file mode 100644 index 000000000..cf2e00432 --- /dev/null +++ b/clink/Pkgfile~ @@ -0,0 +1,15 @@ +# Description: Compacts directories by replacing duplicate files by symbolic links. +# URL: http://free-electrons.com/community/tools/utils/clink/ +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Packager: Danny Rawlins, <romster@shortcircuit.net.au> +# Depends on: python + +name=clink +version=1.1.1 +release=1 +source=(http://free-electrons.com/pub/utils/$name/$name-$version) + +build() { + install -D -m755 -oroot -groot $name-$version $PKG/usr/bin/$name +} + |