1 # Maintainer: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
6 pkgdesc="Display or change attributes on a FAT filesystem"
8 url="http://kernel.org/pub/linux/utils/fs/fat/fatattr/"
12 source=(http://kernel.org/pub/linux/utils/fs/fat/fatattr/$pkgname-$pkgver.tar.gz)
13 md5sums=('c888ca2e2f7fe92b2c33b3acec6d2ef5')
16 cd $srcdir/$pkgname-$pkgver
17 ./configure --prefix=/usr
22 cd $srcdir/$pkgname-$pkgver
23 make INSTALLROOT=$pkgdir install
26 # vim:set ts=2 sw=2 et: