community/xwininfo: modernize

This commit is contained in:
Leo 2020-02-24 19:12:06 -03:00
parent f0b33254c8
commit d862df802c

View File

@ -12,7 +12,6 @@ subpackages="$pkgname-doc"
source="https://www.x.org/releases/individual/app/xwininfo-$pkgver.tar.bz2"
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@ -24,7 +23,6 @@ build() {
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}