[arch-commits] Commit in epplet-base/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Thu Oct 24 13:06:07 UTC 2013


    Date: Thursday, October 24, 2013 @ 15:06:07
  Author: eric
Revision: 197230

upgpkg: epplet-base 0.14-2

Rebuild without static libraries

Modified:
  epplet-base/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-24 12:53:16 UTC (rev 197229)
+++ PKGBUILD	2013-10-24 13:06:07 UTC (rev 197230)
@@ -3,7 +3,7 @@
 
 pkgname=epplet-base
 pkgver=0.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Addon plugins for the enlightenment windowmanager"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org"
@@ -10,17 +10,16 @@
 license=('GPL')
 depends=('imlib2' 'libcdaudio' 'libgl')
 makedepends=('mesa')
-options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/enlightenment/epplets-${pkgver}.tar.gz)
 sha1sums=('ddecad7c22771bc50565f76c36ae334f952388aa')
 
 build() {
-  cd "${srcdir}/epplets-${pkgver}"
+  cd epplets-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/epplets-${pkgver}"
+  cd epplets-${pkgver}
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list