smlinux/xfce/xfwm4-themes/xfwm4-themes.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
679 B
Text
Executable file

app=xfwm4-themes
version=4.10.0
build=1sml
homepage="https://www.xfce.org"
download="https://archive.xfce.org/src/art/xfwm4-themes/4.10/xfwm4-themes-$version.tar.bz2"
desc="Collection of Xfce Window Manager Themes"
requires="xfwm4"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--libexecdir=/lib
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
f0717659b782123b9fd287d8e48facfe7e66e6f0d23b88ddd3571549b4df3fe713198fa1fe0c635b42bc7697dc790da6814c20fa211a8d52485e9a120000711e xfwm4-themes-4.10.0.tar.lz
"