
cifs-utils PKGBUILD
By: a guest on
Feb 7th, 2011 | syntax:
Bash | size: 0.54 KB | hits: 245 | expires: Never
# Maintainer: Your Name <youremail@domain.com>
pkgname=cifs-utils
pkgver=4.8.1
pkgrel=1
pkgdesc="CIFS filesystem user-space tools"
arch=(i686 x86_64)
url="http://wiki.samba.org/index.php/LinuxCIFS_utils"
license=('GPL')
depends=('libcap')
source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
md5sums=('924b754f3ce980c8f3099fc90711a945')