[arch-commits] Commit in wxsqlite3/repos (4 files)

speps speps at archlinux.org
Thu Nov 27 06:23:05 UTC 2014


    Date: Thursday, November 27, 2014 @ 07:23:04
  Author: speps
Revision: 123185

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wxsqlite3/repos/community-i686/
  wxsqlite3/repos/community-i686/PKGBUILD
    (from rev 123184, wxsqlite3/trunk/PKGBUILD)
  wxsqlite3/repos/community-x86_64/
  wxsqlite3/repos/community-x86_64/PKGBUILD
    (from rev 123184, wxsqlite3/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: wxsqlite3/repos/community-i686/PKGBUILD (from rev 123184, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-27 06:23:04 UTC (rev 123185)
@@ -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"
+}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 123184, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-27 06:23:04 UTC (rev 123185)
@@ -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