34 lines
728 B
Text
34 lines
728 B
Text
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
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"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix=/usr \
|
|
--disable-static
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING* $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
10cbdfc2d81290e75c07f851ed562fcff4aea8cb709317bb768387f4a955cd208772927d356e7e3582cc4747f237d1dd34c0de1532bc549bece0306c106f411a exo-4.16.0.tar.lz
|
|
"
|