mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 19:47:14 +08:00
20 lines
612 B
Bash
20 lines
612 B
Bash
# $Id: PKGBUILD 66427 2010-01-31 08:35:56Z tpowa $
|
|
# Maintainer: dorphell <dorphell@archlinux.org>
|
|
# Committer: Judd Vinet <jvinet@zeroflux.org>
|
|
pkgname=dosfstools
|
|
pkgver=3.0.9
|
|
pkgrel=1
|
|
pkgdesc="DOS filesystem utilities"
|
|
arch=(i686 x86_64)
|
|
depends=('glibc')
|
|
source=(http://www.daniel-baumann.ch/software/dosfstools/$pkgname-$pkgver.tar.bz2)
|
|
url="http://www.daniel-baumann.ch/software/dosfstools/"
|
|
license=('GPL2')
|
|
|
|
build() {
|
|
cd $srcdir/$pkgname-$pkgver
|
|
make || return 1
|
|
make PREFIX=$pkgdir MANDIR=$pkgdir/usr/share/man DOCDIR=$pkgdir/usr/share/doc install
|
|
}
|
|
md5sums=('7f159ec44d3b9c502904bab0236050e4')
|