summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2015-06-16 14:00:42 +0200
committerMarkus Kalb2015-06-16 14:00:42 +0200
commit37f653a8f98c12edf4f67b9f67e245d5212ae70b (patch)
tree450d8311ce0b3ce4327a5a8aa2688d6d03b7e441
parent6b5f0d1eaf58ec6b92574681528724a0289a1455 (diff)
downloadaur-37f653a8f98c12edf4f67b9f67e245d5212ae70b.tar.gz
PKGBUILD updates for aur4 Arch packaging standards
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD16
2 files changed, 2 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b00ef79badcc..1858c0c5b5fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libquickmail
pkgdesc = A library intended to give C/C++ developers a quick and easy way to send email from their applications
pkgver = 0.1.19
- pkgrel = 2
+ pkgrel = 3
url = http://sourceforge.net/projects/libquickmail
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8d3e1cd4d0a7..a931d2837253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,29 +2,16 @@
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libquickmail
pkgver=0.1.19
-pkgrel=2
+pkgrel=3
pkgdesc="A library intended to give C/C++ developers a quick and easy way to send email from their applications"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/libquickmail"
license=('GPL3')
-groups=()
-depends=()
-makedepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("${pkgname}.tar.xz::http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.xz/download")
-noextract=()
sha256sums=('9c54e9a0b9dee5b51c4c410f822766bd44c87aa6e20091c8ee5d270eec242f00')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
aclocal
automake --add-missing
autoreconf
@@ -34,6 +21,5 @@ build() {
package () {
cd "${srcdir}/${pkgname}-${pkgver}"
-
make DESTDIR="$(readlink -f ${pkgdir})/" install
}