### this file is sourced not run
PKGVER=0.3.2019.12
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=gpart-master-20191227.tar.gz
MD5SUM=6af7ec535505c0d52006edc1a0f5f20d
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="gpart: gpart $PKGVER (guess partition)
gpart: 
gpart: Gpart is a small tool which tries to guess what partitions are on a 
gpart: PC type, MBR-partitioned hard disk in case the primary partition 
gpart: table was damaged.
gpart: 
gpart: https://github.com/baruch/gpart
gpart: 
gpart: 
gpart: 
gpart: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/gpart* &&
	sed -i -e '/configure/d' autogen.sh &&
	./autogen.sh &&
	
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


