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

30 lines
673 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-0.5.8.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="
6446927b564fe18c3127835e592d0248efa690c7b8fc2a7da92f237eb16184bd502c446a5b50aed8acd1d8233c22ee7e91c0b9ee512232f7d7a69c72f1dea9e9 mousepad-0.5.8.tar.bz2
"