summaryrefslogtreecommitdiff
path: root/open-iscsi/Pkgfile
blob: 954a09581eac52f98930f5a787d0752def6b2272 (plain)
    1 # Description: initiator and target implementation of iscsi
    2 # URL:		     https://github.com/open-iscsi/open-iscsi
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de 
    4 # Depends on:  open-isns
    5 
    6 name=open-iscsi
    7 version=2.0.874
    8 release=1
    9 source=(http://distfiles.serverop.de/open-iscsi-$version.tar.gz)
   10 
   11 build() {
   12 
   13   cd $name-$version
   14 
   15   make
   16   make DESTDIR=$PKG install
   17 
   18 }

Generated by cgit