X-Git-Url: http://gitweb/?a=blobdiff_plain;f=fetchmail%2FPkgfile;h=c9d240ebc486407a25ae505d5422f6ec052465a8;hb=587c2aecb3fd97b621cd98db07a19d5a07320ca3;hp=c63dd92ed9f97aa811e0fa4db848ae196edaedff;hpb=38b50d6647de53b9ad6a0056c9fa3ddd7cc46c93;p=attic%2Fports%2Fopt-cross.git diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile index c63dd92..c9d240e 100644 --- a/fetchmail/Pkgfile +++ b/fetchmail/Pkgfile @@ -5,23 +5,23 @@ # Depends on: openssl name=fetchmail -version=6.3.13 +version=6.3.17 release=1 source=(http://download.berlios.de/$name/$name-$version.tar.bz2) build() { - cd $name-$version + cd $name-$version - ./configure --build=$CHOST \ - --host=$CTARGET \ - --prefix=/usr \ - --mandir=/usr/man \ - --with-ssl=/usr \ - --disable-nls - make - make DESTDIR=$PKG install + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man \ + --with-ssl=/usr \ + --disable-nls + make + make DESTDIR=$PKG install - rm -rf $PKG/usr/bin/fetchmailconf \ - $PKG/usr/man/man?/fetchmailconf.? \ - $PKG/usr/lib + rm -rf $PKG/usr/bin/fetchmailconf \ + $PKG/usr/man/man?/fetchmailconf.? \ + $PKG/usr/lib }