diff options
Diffstat (limited to 'unmaintained/postler')
-rw-r--r-- | unmaintained/postler/APKBUILD | 42 | ||||
-rw-r--r-- | unmaintained/postler/inet_ntoa.patch | 10 |
2 files changed, 0 insertions, 52 deletions
diff --git a/unmaintained/postler/APKBUILD b/unmaintained/postler/APKBUILD deleted file mode 100644 index e8f3117388..0000000000 --- a/unmaintained/postler/APKBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=postler -pkgver=0.1.1 -pkgrel=1 -pkgdesc="Email client" -url="https://launchpad.net/postler/" -arch="" -license="LGPL2.1" -depends="msmtp" -makedepends="gtk+-dev webkit-dev libunique-dev libnotify-dev libcanberra-dev - python vala db-dev openssl-dev" -install="" -subpackages="$pkgname-doc" -source="http://archive.xfce.org/src/apps/postler/0.1/postler-$pkgver.tar.bz2 - inet_ntoa.patch" - -_builddir="$srcdir"/postler-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - ./waf configure --prefix=/usr \ - --disable-libindicate \ - || return 1 - ./waf build || return 1 -} - -package() { - cd "$_builddir" - ./waf install --destdir="$pkgdir" || return 1 -} - -md5sums="02e502c9f4a4b92e4ace32d9e268f06d postler-0.1.1.tar.bz2 -06bb9bb2d1a809b6e58b2a5012393151 inet_ntoa.patch" diff --git a/unmaintained/postler/inet_ntoa.patch b/unmaintained/postler/inet_ntoa.patch deleted file mode 100644 index bbb0969bc2..0000000000 --- a/unmaintained/postler/inet_ntoa.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/wscript -+++ b/wscript -@@ -141,7 +141,6 @@ - includes=['/usr/local/include/db42'], - libpath=['/usr/local/lib/db42'], lib='db', mandatory=True) - else: -- check_function ('inet_ntoa', 'arpa/inet.h', 'nsl') - check_function ('dlopen', 'dlfcn.h', 'dl') - check_function ('db_create', 'db.h', 'db') - check_pkg ('openssl') |