summaryrefslogtreecommitdiffstats
path: root/extra/libetpan/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-02-08 23:54:08 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-02-08 23:54:08 +0400
commitb0cb62ebcd4db6b5af591da4bfa2047d290c9a10 (patch)
treee9f49819ce91fc7da70782503bcade3454ef51e6 /extra/libetpan/Pkgfile
parentf9f1e5547a10a46d4765556710d9a5c9d6c90c17 (diff)
downloadnutyx-pakxe-b0cb62ebcd4db6b5af591da4bfa2047d290c9a10.tar.gz
nutyx-pakxe-b0cb62ebcd4db6b5af591da4bfa2047d290c9a10.tar.bz2
nutyx-pakxe-b0cb62ebcd4db6b5af591da4bfa2047d290c9a10.tar.xz
nutyx-pakxe-b0cb62ebcd4db6b5af591da4bfa2047d290c9a10.zip
ajout de libetpan#0.58-1
Diffstat (limited to 'extra/libetpan/Pkgfile')
-rw-r--r--extra/libetpan/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/libetpan/Pkgfile b/extra/libetpan/Pkgfile
new file mode 100644
index 000000000..6e0d2fc80
--- /dev/null
+++ b/extra/libetpan/Pkgfile
@@ -0,0 +1,16 @@
+# Description: librairie pour le traitement du courriel
+# URL: http://libetpan.sourceforge.net
+# Packager: skingrapher at legtux dot org
+# Depends on: gnutls
+name=libetpan
+version=0.58
+release=1
+source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr --mandir=/usr/share/man \
+ --enable-ipv6 --without-openssl --with-gnutls=/usr/include/gnutls
+ make
+ make DESTDIR=$PKG install
+}