Date: Tuesday, December 10, 2013 @ 11:41:46
  Author: spupykin
Revision: 102397

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

Added:
  libstrl/repos/community-i686/
  libstrl/repos/community-i686/PKGBUILD
    (from rev 102396, libstrl/trunk/PKGBUILD)
  libstrl/repos/community-x86_64/
  libstrl/repos/community-x86_64/PKGBUILD
    (from rev 102396, libstrl/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: libstrl/repos/community-i686/PKGBUILD (from rev 102396, 
libstrl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-12-10 10:41:46 UTC (rev 102397)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Nathan Phillip Brink <[email protected]>
+
+pkgname=libstrl
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Implementations of certain GNU-only or BSD-only string-related libc 
functions, such as strlcpy() and getdelim(), for compat purposes"
+url="http://ohnopub.net/~ohnobinki/libstrl";
+license=('LGPL3')
+arch=(i686 x86_64)
+depends=()
+makedepends=(doxygen libtool pkg-config)
+options=(!libtool)
+source=(ftp://mirror.ohnopub.net/mirror/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('d22fcd8107526d802428be6f0e8f0f60'
+         'SKIP')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-doxygen
+  make
+}
+
+check() {
+  make -C "${srcdir}"/${pkgname}-${pkgver} check
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  # doxygen workaround
+  sed -i 's|man0/strl.h.0|man30/strl.h.30|g' Makefile
+  install -Dm0644 man/man30/strl.h.30 $pkgdir/usr/share/man/man0/strl.h.0
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: libstrl/repos/community-x86_64/PKGBUILD (from rev 102396, 
libstrl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-10 10:41:46 UTC (rev 102397)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Nathan Phillip Brink <[email protected]>
+
+pkgname=libstrl
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Implementations of certain GNU-only or BSD-only string-related libc 
functions, such as strlcpy() and getdelim(), for compat purposes"
+url="http://ohnopub.net/~ohnobinki/libstrl";
+license=('LGPL3')
+arch=(i686 x86_64)
+depends=()
+makedepends=(doxygen libtool pkg-config)
+options=(!libtool)
+source=(ftp://mirror.ohnopub.net/mirror/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('d22fcd8107526d802428be6f0e8f0f60'
+         'SKIP')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-doxygen
+  make
+}
+
+check() {
+  make -C "${srcdir}"/${pkgname}-${pkgver} check
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  # doxygen workaround
+  sed -i 's|man0/strl.h.0|man30/strl.h.30|g' Makefile
+  install -Dm0644 man/man30/strl.h.30 $pkgdir/usr/share/man/man0/strl.h.0
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to