forked from ports/contrib
16 lines
483 B
Plaintext
16 lines
483 B
Plaintext
|
# 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
|
||
|
}
|
||
|
|