smlinux/xfce/exo/exo.SMBuild
SMLinux 57fb724e35 -> Replaced upper case variable names in Xfce with lower case
-> Fixed make install line in xfce/xfce4-session build file to prevent /usr directory from being created when prefix is set to "/"
-> Fixed cmake build option in xfce/xfce4-whiskermenu-plugin build file to properly install whisker menu library in lib instead of lib64
2022-02-13 19:15:42 +05:30

32 lines
No EOL
685 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-4.16.0.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="" \
--sysconfdir=/etc \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING* $pkgdocs/
mkfinalpkg
}
sha512sums="
10cbdfc2d81290e75c07f851ed562fcff4aea8cb709317bb768387f4a955cd208772927d356e7e3582cc4747f237d1dd34c0de1532bc549bece0306c106f411a exo-4.16.0.tar.lz
"