community/leafpad: modernize abuild

This commit is contained in:
tmpfile 2017-05-14 15:05:03 -03:00 committed by Natanael Copa
parent 02ac9e68ab
commit ee94932fed

View File

@ -10,33 +10,20 @@ license="GPL2"
depends=""
depends_dev="gtk+2.0-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-lang"
source="http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"
_builddir="$srcdir"/${pkgname}-${pkgver}
prepare() {
local i
cd "$_builddir"
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
}
builddir="$srcdir"/${pkgname}-${pkgver}
build() {
cd "$_builddir"
./configure --prefix=/usr --enable-chooser || return 1
make || return 1
cd "$builddir"
./configure --prefix=/usr --enable-chooser
make
}
package() {
cd "$_builddir"
cd "$builddir"
chmod +x ./install-sh
make DESTDIR="$pkgdir" install || return 1
make DESTDIR="$pkgdir" install
}
md5sums="254a72fc67505e3aa52884c729cd7b97 leafpad-0.8.18.1.tar.gz"
sha256sums="959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c leafpad-0.8.18.1.tar.gz"
sha512sums="1caad712967f634f585ab32e406534b5ce2c5621008c1eb5b2b48f17ca0f48cd834ea2ea1c67eda4053fa84e8727ff0e708e99d3b5dad838dcf0701389788257 leafpad-0.8.18.1.tar.gz"