31 lines
No EOL
727 B
Text
Executable file
31 lines
No EOL
727 B
Text
Executable file
app=lndir
|
|
version=1.0.3
|
|
build=1sml
|
|
homepage="https://gitlab.freedesktop.org/xorg/util/lndir"
|
|
download="https://gitlab.freedesktop.org/xorg/util/lndir/-/archive/lndir-$version/lndir-lndir-$version.tar.bz2"
|
|
desc="create a shadow directory of symbolic links to another directory tree"
|
|
requires="musl"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
$builddist
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
489cb6bb17db14f847c5ec87d2084f20121590a670f1842be537ca5040ca915e7c2855360687ac490f656133474b9e320c0418234fc108b4972b2cdc13261e50 lndir-1.0.3.tar.lz
|
|
" |