smlinux/base/tree/tree.SMBuild
PktSurf 8447f126af Renamed base/fuse to base/fuse2
Discarded code for copying Changelog in base/acpid
Upgraded base/attr to 2.5.1
Replaced CFLAGS with LDFLAGS for static linking in base/coreutils
Removed code that stripped static archive in base/curl
Removed -L/lib flag in LDFLAGS in base/e2fsprogs and partly fixed make install line
Fixed subshell code order in base/file
Disabled compile tests in base/fmt
base/fuse2 's init script path is now passed to configure to remove any need for post compile path and directory fixes
Fixed hardcoded init path in base/fuse3 and removed related unnecessary code
Disabled static lib generation in base/gmp
Base/gpgme now only builds for predefined languages
Rewrote entire build code in base/tree
Partly rewrote build code in base/zip
2023-03-30 10:14:41 +05:30

28 lines
639 B
Text
Executable file

app=tree
version=1.6.0
build=2sml
homepage="http://mama.indstate.edu/users/ice/tree/"
download="http://mama.indstate.edu/users/ice/tree/src/tree-$version.tgz"
desc="Program to display a directory tree"
requires="musl"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
make install prefix="$pkg" MANDIR="$pkg/share/man/man1"
cp LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
43ec8adf83dd5d42c3216c15b643fa3cb1905313817b4a7bc0b15682f1124f3707ef5e004fb1e344307c8a58e17785f9b0e2066f7cc880701f849bc885ab40f1 tree-1.6.0.tar.lz
"