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

Florian Pritz bluewind at archlinux.org
Wed Feb 10 15:46:37 UTC 2016


    Date: Wednesday, February 10, 2016 @ 16:46:36
  Author: bluewind
Revision: 161057

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

Added:
  libfilezilla/repos/community-i686/
  libfilezilla/repos/community-i686/PKGBUILD
    (from rev 161056, libfilezilla/trunk/PKGBUILD)
  libfilezilla/repos/community-x86_64/
  libfilezilla/repos/community-x86_64/PKGBUILD
    (from rev 161056, libfilezilla/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 161056, libfilezilla/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-10 15:46:36 UTC (rev 161057)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Martchus <martchus at gmx.net>
+
+pkgname=libfilezilla
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://filezilla-project.org/"
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')
+source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2")
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure \
+    --prefix=/usr \
+    --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('b38566adef2f9f72f7feb45108d80b0c')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 161056, libfilezilla/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-10 15:46:36 UTC (rev 161057)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Martchus <martchus at gmx.net>
+
+pkgname=libfilezilla
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://filezilla-project.org/"
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')
+source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2")
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure \
+    --prefix=/usr \
+    --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('b38566adef2f9f72f7feb45108d80b0c')



More information about the arch-commits mailing list