fetchmail: updated to version 6.3.0
This commit is contained in:
parent
3690f430fd
commit
02ce9651a1
@ -1 +1 @@
|
||||
9956b30139edaa4f5f77c4d0dbd80225 fetchmail-6.2.5.tar.gz
|
||||
b547b59f352af956911ce812773b3976 fetchmail-6.3.0.tar.bz2
|
||||
|
@ -1,14 +1,16 @@
|
||||
# Maintainer: Per Lidén <per@fukt.bth.se>
|
||||
|
||||
name=fetchmail
|
||||
version=6.2.5
|
||||
version=6.3.0
|
||||
release=1
|
||||
source=(http://catb.org/~esr/fetchmail/$name-$version.tar.gz)
|
||||
source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --with-ssl=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm $PKG/usr/bin/fetchmailconf $PKG/usr/man/man?/fetchmailconf.?
|
||||
rm -rf $PKG/usr/bin/fetchmailconf \
|
||||
$PKG/usr/man/man?/fetchmailconf.? \
|
||||
$PKG/usr/lib
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user