xfce4/mousepad/Pkgfile

25 lines
503 B
Plaintext

# Description: A text editor for xfce
# URL: https://xfce.org
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: desktop-file-utils gtksourceview hicolor-icon-theme gspell polkit
name=mousepad
version=0.6.1
release=1
source=(https://archive.xfce.org/src/apps/$name/${version:0:3}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-nls \
--disable-debug \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}