2007-04-01 16:17:02 +10:00
|
|
|
# Description: Compacts directories by replacing duplicate files by symbolic links and placing the origional files in ./common-files
|
2018-12-08 15:35:47 +11:00
|
|
|
# URL: https://bootlin.com/blog/clink/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2006-11-21 22:03:23 +11:00
|
|
|
# Depends on: python
|
|
|
|
|
|
|
|
name=clink
|
|
|
|
version=1.1.1
|
2018-12-08 15:35:47 +11:00
|
|
|
release=2
|
|
|
|
source=(https://bootlin.com/pub/utils/clink/clink-$version)
|
2006-11-21 22:03:23 +11:00
|
|
|
|
|
|
|
build() {
|
2007-04-01 16:17:02 +10:00
|
|
|
install -D -m755 clink-$version $PKG/usr/bin/clink
|
2006-11-21 22:03:23 +11:00
|
|
|
}
|