db-move: moved libdmapsharing from [testing] to [extra] (x86_64)
[arch-packages.git] / gpart / repos / extra-x86_64 / PKGBUILD
blobc7973261873ce0eb5ae7209c6b20c34fadbd64c7
1 # Maintainer: Giovanni Scafora <giovanni@archlinux.org>
2 # Contributor: dale <dale@archlinux.org>
3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
5 pkgname=gpart
6 pkgver=0.3
7 pkgrel=4
8 pkgdesc="Partition table rescue/guessing tool"
9 arch=('x86_64')
10 url="https://github.com/baruch/gpart"
11 license=('GPL')
12 depends=('glibc')
13 source=("https://github.com/baruch/${pkgname}/archive/${pkgver}.tar.gz")
14 sha256sums=('ec56d12ec9ffdb9877c12692ea6e51620b1ae44473d3d253b27fc31ed9ebb4dd')
16 build() {
17   cd "${srcdir}/${pkgname}-${pkgver}"
19   ./autogen.sh
20   make
23 package() {
24   cd "${srcdir}/${pkgname}-${pkgver}"
26   make prefix="${pkgdir}"/usr sbindir="${pkgdir}"/usr/bin install