[arch-commits] Commit in libdbi/repos/community-x86_64 (3 files)

Balló György bgyorgy at archlinux.org
Fri Dec 21 21:15:44 UTC 2018


    Date: Friday, December 21, 2018 @ 21:15:43
  Author: bgyorgy
Revision: 417461

archrelease: copy trunk to community-x86_64

Added:
  libdbi/repos/community-x86_64/PKGBUILD
    (from rev 417460, libdbi/trunk/PKGBUILD)
Deleted:
  libdbi/repos/community-x86_64/PKGBUILD
  libdbi/repos/community-x86_64/libdbi.install

----------------+
 PKGBUILD       |   64 ++++++++++++++++++++++++++++++-------------------------
 libdbi.install |   13 -----------
 2 files changed, 36 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 21:15:38 UTC (rev 417460)
+++ PKGBUILD	2018-12-21 21:15:43 UTC (rev 417461)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: Carl Flippin <carlf at photocarl.org>
-
-pkgname=libdbi
-pkgver=0.9.0
-pkgrel=3
-pkgdesc="A database independant abstraction layer for C"
-url="http://libdbi.sourceforge.net"
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-install=libdbi.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('6c1ecfb78f43a921d5f914299304bd6c82cb0e23')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make CFLAGS="-fno-fast-math"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libdbi/repos/community-x86_64/PKGBUILD (from rev 417460, libdbi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-21 21:15:43 UTC (rev 417461)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Carl Flippin <carlf at photocarl.org>
+
+pkgbase=libdbi
+pkgname=(libdbi libdbi-docs)
+pkgver=0.9.0
+pkgrel=4
+pkgdesc="Database independant abstraction layer for C"
+url="http://libdbi.sourceforge.net/"
+license=('LGPL')
+arch=('x86_64')
+depends=('glibc')
+options=(!emptydirs)
+source=("http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz")
+sha1sums=('6c1ecfb78f43a921d5f914299304bd6c82cb0e23')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_libdbi() {
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  make -C doc DESTDIR="$pkgdir" uninstall
+}
+
+package_libdbi-docs() {
+  pkgdesc="Developer documentation for libdbi"
+  depends=()
+
+  cd $pkgbase-$pkgver
+  make -C doc DESTDIR="$pkgdir" install
+}

Deleted: libdbi.install
===================================================================
--- libdbi.install	2018-12-21 21:15:38 UTC (rev 417460)
+++ libdbi.install	2018-12-21 21:15:43 UTC (rev 417461)
@@ -1,13 +0,0 @@
-post_install() {
-  ldconfig
-}
-
-post_upgrade() {
-  ldconfig
-}
-
-post_remove() {
-  ldconfig
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list