# Description: Popt libraries which are used by some programs to parse command-line options # URL: # Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com # Depends on: name=popt version=1.16 release=1 source=(http://ftp.rpm.org/mirror/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --disable-static make make DESTDIR=$PKG install }