community/lxpolkit: modernize

This commit is contained in:
Leo 2020-02-24 19:56:22 -03:00
parent 04106255e3
commit 3fe27fa50d

View File

@ -12,7 +12,6 @@ subpackages="$pkgname-lang"
source="https://downloads.sourceforge.net/lxde/lxpolkit-$pkgver.tar.gz"
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@ -25,7 +24,6 @@ build() {
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" INSTALL="install -p" install
}