summaryrefslogtreecommitdiff
path: root/cifs-utils/Pkgfile
blob: a35d9065608d80f1b1fce963004d6777f416e5f6 (plain)
    1 # Description: Utilities for doing and managing mounts of the Linux CIFS filesystem
    2 # URL:         http://wiki.samba.org/index.php/LinuxCIFS_utils
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  samba keyutils
    5 
    6 name=cifs-utils
    7 version=6.5
    8 release=1
    9 source=(https://download.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2
   10         cifs)
   11 
   12 build () {
   13     cd $name-$version
   14     ./configure --prefix=/usr
   15     make
   16     make DESTDIR=$PKG install
   17     install -D -m 0755 $SRC/cifs $PKG/etc/rc.d/cifs
   18 }

Generated by cgit