# Maintainer: Jonathan Liu pkgname=wxedid pkgver=0.0.27 pkgrel=2 pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor" arch=('i686' 'x86_64') url="https://sourceforge.net/projects/wxedid/" license=('GPL3') depends=('wxwidgets-gtk3') options=('!buildflags') source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('1093c29241b01bc3c0a48729156f1afd') build() { cd "$pkgname-$pkgver" autoreconf -f -i ./configure --prefix=/usr make } check() { cd "$pkgname-$pkgver" make -k check } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: