[arch-commits] Commit in eina/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Mon Jan 7 19:39:59 UTC 2013
Date: Monday, January 7, 2013 @ 14:39:59
Author: ronald
Revision: 174824
archrelease: copy trunk to extra-x86_64
Added:
eina/repos/extra-x86_64/PKGBUILD
(from rev 174823, eina/trunk/PKGBUILD)
Deleted:
eina/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-01-07 18:55:51 UTC (rev 174823)
+++ PKGBUILD 2013-01-07 19:39:59 UTC (rev 174824)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-
-pkgname=eina
-pkgver=1.7.5
-pkgrel=1
-pkgdesc="A core data structure and common utility library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('a12496ac49883f26e94259c853f84badf9f2e6ca')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
- export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
- export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed ${LDFLAGS}"
-
- ./configure --prefix=/usr --enable-amalgamation \
- --with-internal-maximum-log-level=3 \
- --disable-static \
- --disable-benchmark \
- --disable-install-examples \
- --disable-build-examples \
- --disable-doc \
- --disable-tests \
- --enable-default-mempool \
- --enable-mempool-chained-pool \
- --enable-mempool-pass-through \
- --disable-mempool-buddy \
- --disable-mempool-ememoa-fixed \
- --disable-mempool-ememoa-unknown \
- --disable-mempool-fixed-bitmap \
- --disable-assert \
- --disable-ememoa
-
-# --disable-mempool-one-big ## this option causes a segfault in 1.7.2
-
- make
-}
-
-package(){
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
-}
Copied: eina/repos/extra-x86_64/PKGBUILD (from rev 174823, eina/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-01-07 19:39:59 UTC (rev 174824)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+
+pkgname=eina
+pkgver=1.7.5
+pkgrel=1
+pkgdesc="A core data structure and common utility library"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('a12496ac49883f26e94259c853f84badf9f2e6ca')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
+ export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
+ export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed ${LDFLAGS}"
+
+ ./configure --prefix=/usr --enable-amalgamation \
+ --with-internal-maximum-log-level=3 \
+ --disable-static \
+ --disable-benchmark \
+ --disable-install-examples \
+ --disable-build-examples \
+ --disable-doc \
+ --disable-tests \
+ --enable-default-mempool \
+ --enable-mempool-chained-pool \
+ --enable-mempool-pass-through \
+ --disable-mempool-buddy \
+ --disable-mempool-ememoa-fixed \
+ --disable-mempool-ememoa-unknown \
+ --disable-mempool-fixed-bitmap \
+ --disable-assert \
+ --disable-ememoa
+
+# --disable-mempool-one-big ## this option causes a segfault in 1.7.2
+
+ make
+}
+
+package(){
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+}
More information about the arch-commits
mailing list