smlinux/xfce/mousepad/mousepad.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

30 lines
675 B
Text
Executable file

app=mousepad
version=0.5.8
build=1sml
homepage="https://docs.xfce.org/apps/mousepad/start"
download="https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-$version.tar.bz2"
desc="Fast, easy-to-use text editor for Xfce"
requires="desktop-file-utils gspell"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
206054ccfa94e587410c4a90d22d57356c731d52a364f165866f26876848fd78d4a889fd78361fbd6a6a0a6a035e2bc2836739be0f55a5e6b118f69f3f660ba3 mousepad-0.5.8.tar.lz
"