# Maintainer:  Chris Severance aur.severach aATt spamgourmet dott com
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Included in Slint by Didier Spaier didieratslintdotfr
pkgname='pdmenu'
pkgver='1.3.6'
pkgrel='2slint'
slackdesc="$pkgname (simple full screen menu program)"
arch=('x86_64')
url='https://joeyh.name/code/pdmenu/'
license=('GPL')
depends=('gpm' 'slang')
optdepends=('perl')
changelog='ChangeLog'
source=("https://git.joeyh.name/index.cgi/pdmenu.git/snapshot/pdmenu-1.3.6.tar.gz")

build() {
  cd "${pkgname}-$pkgver"
  CFLAGS="${CFLAGS} -fcommon" \
  ./configure --prefix='/usr' --sysconfdir='/etc'
  make -s
  make -j1 INSTALL_PREFIX="$PKG" install
}
