summaryrefslogtreecommitdiff
path: root/core/dosfstools/PKGBUILD
blob: 4abe0670b90c85c3fa50e30d18e5f7fd52549ecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id: PKGBUILD 188529 2013-06-15 09:26:56Z tpowa $
# Maintainer: dorphell <dorphell@archlinux.org>
# Committer: Judd Vinet <jvinet@zeroflux.org>
pkgname=dosfstools
pkgver=3.0.19
pkgrel=1
pkgdesc="DOS filesystem utilities"
arch=(i686 x86_64)
depends=('glibc')
source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
url="http://www.daniel-baumann.ch/software/dosfstools/"
license=('GPL2')
md5sums=('a083ca4a2a937c8cec07c63176fb125f'
         'SKIP')

build() {
   cd $srcdir/$pkgname-$pkgver
   make
}

package () {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man DOCDIR=/usr/share/doc install
}