1
0
forked from ports/opt
opt/parted/Pkgfile

20 lines
447 B
Plaintext
Raw Normal View History

2012-06-27 08:34:36 -05:00
# Description: A library and frontend to manipulate partition tables
# URL: http://www.gnu.org/software/parted/
2015-11-25 17:19:11 -06:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: libdevmapper readline eudev util-linux
2012-06-27 08:34:36 -05:00
name=parted
2015-11-25 17:19:11 -06:00
version=3.2
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
2012-06-27 08:34:36 -05:00
build() {
cd $name-$version
2012-06-27 08:34:36 -05:00
./configure --prefix=/usr \
2015-11-25 17:19:11 -06:00
--with-readline
2012-06-27 08:34:36 -05:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}