eth0s/ports/core/popt/Pkgfile

18 lines
409 B
Text
Raw Normal View History

2019-10-10 17:43:15 +08:00
# Description: Popt libraries which are used by some programs to parse command-line options
# URL:
2019-11-10 23:58:56 +08:00
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
2019-10-10 17:43:15 +08:00
# 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
}