smlinux/xfce/exo/exo.SMBuild
PktSurf e47bb4d8ad Fixed breakage when compiling strace 5.7 with musl 1.2.3
Removed unnecessary build options from several package build files in xfce
2022-10-09 12:35:43 +05:30

31 lines
664 B
Text
Executable file

app=exo
version=4.16.0
build=1sml
homepage="https://docs.xfce.org/xfce/exo/start"
download="https://archive.xfce.org/xfce/4.16/src/exo-$version.tar.bz2"
desc="Extension library for Xfce"
requires="gtk3 libxfce4util libxfce4ui"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING* $pkgdocs/
mkfinalpkg
}
sha512sums="
10cbdfc2d81290e75c07f851ed562fcff4aea8cb709317bb768387f4a955cd208772927d356e7e3582cc4747f237d1dd34c0de1532bc549bece0306c106f411a exo-4.16.0.tar.lz
"