summaryrefslogtreecommitdiff
path: root/neon/Pkgfile
blob: acccbf4bf583923166b71357279ce8ac94f0c57c (plain)
    1 # Maintainer:  Simone Rota, sip at crux dot nu
    2 # Description: neon is an HTTP and WebDAV client library
    3 # URL:         http://www.webdav.org/neon 
    4 # Depends on:  openssl expat 
    5 
    6 name=neon
    7 version=0.26.4
    8 release=1
    9 source=(http://www.webdav.org/neon/neon-${version}.tar.gz)
   10 
   11 build() {
   12     cd $name-$version
   13     ./configure --prefix=/usr \
   14                 --with-ssl \
   15                 --with-expat \
   16                 --enable-shared \
   17                 --disable-static \
   18                 --disable-debug 
   19     make
   20     make DESTDIR=$PKG install
   21    
   22     rm -rf $PKG/usr/share/
   23 }

Generated by cgit