[arch-commits] Commit in (4 files)
speps
speps at archlinux.org
Thu Nov 27 06:20:08 UTC 2014
Date: Thursday, November 27, 2014 @ 07:20:07
Author: speps
Revision: 123183
addpkg: wxsqlite3 3.1.1
Pushed as required by moneymanagerex 1.1.2
Added:
wxsqlite3/
wxsqlite3/repos/
wxsqlite3/trunk/
wxsqlite3/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: wxsqlite3/trunk/PKGBUILD
===================================================================
--- wxsqlite3/trunk/PKGBUILD (rev 0)
+++ wxsqlite3/trunk/PKGBUILD 2014-11-27 06:20:07 UTC (rev 123183)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: napa3um <napa3um at gmail.com>
+
+pkgname=wxsqlite3
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url="http://wxcode.sourceforge.net/components/wxsqlite3/"
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz")
+md5sums=('2f5bb363d5398e3c2ff4d7f497edd25e')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+
+ # license
+ install -Dm644 LICENCE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list