[arch-commits] CVS update of extra/x11/epplet-base (PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Oct 10 01:09:20 UTC 2007


    Date: Tuesday, October 9, 2007 @ 21:09:20
  Author: eric
    Path: /home/cvs-extra/extra/x11/epplet-base

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: epplet-base 0.10-1
upstream update, fixed dependencies, added license, libtool slay


----------+
 PKGBUILD |   58 +++++++++++++++-------------------------------------------
 1 file changed, 15 insertions(+), 43 deletions(-)


Index: extra/x11/epplet-base/PKGBUILD
diff -u extra/x11/epplet-base/PKGBUILD:1.10 extra/x11/epplet-base/PKGBUILD:1.11
--- extra/x11/epplet-base/PKGBUILD:1.10	Sun Jun  4 15:48:24 2006
+++ extra/x11/epplet-base/PKGBUILD	Tue Oct  9 21:09:19 2007
@@ -1,50 +1,22 @@
-# $Id: PKGBUILD,v 1.10 2006/06/04 19:48:24 simo Exp $
-# Maintainer: eric <eric at archlinux.org>
+# $Id: PKGBUILD,v 1.11 2007/10/10 01:09:19 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-#
+
 pkgname=epplet-base
-pkgver=0.5
-pkgrel=4
+pkgver=0.10
+pkgrel=1
 pkgdesc="Addon plugins for the enlightenment windowmanager"
-arch=(i686 x86_64)
-depends=('esd' 'imlib' 'libtiff' 'glut')
-source=(http://ftp.neep.com.au/pub/snapshots/cvs.enlightenment.sourceforge.net/e16-epplets-latest.tar.bz2)
-url="ftp://ftp.neep.com.au/pub/snapshots/cvs.enlightenment.sourceforge.net"
-md5sums=('d4c9d6c3fdc65300b73b1c19377005fe')
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('GPL')
+depends=('esd' 'imlib2' 'libtiff' 'glut' 'mesa' 'libcdaudio')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/enlightenment/epplets-$pkgver.tar.gz)
+md5sums=('19f881141e18a4f4402af16738ee5ae7')
 
 build() {
-  # make sure we clear out existing env vars so they don't conflict
-  # with the build environment
-  #
-  unset EROOT
-  unset EBIN
-
-  cd $startdir/src/e16/epplets/
-  mkdir -p $startdir/pkg/usr/bin
-  ./autogen.sh --prefix=$startdir/pkg/usr/share
-
-  # need to override EBIN/EROOT since they embed the $startdir path
-  # in the binaries.  If we try to override them in the 'make' line,
-  # it affects the entire package.  Yeah, it's a hack, but at least
-  # it works!
-  #
-  sed -i -e 's|EBIN|"/usr/bin"|' api/epplet.c
-  sed -i -e 's|EROOT|"/usr/share/enlightenment"|' api/epplet.c
-
+  cd $startdir/src/epplets-$pkgver
+  ./configure --prefix=/usr
   make || return 1
-  make prefix=$startdir/pkg/usr/share install
-
-  # readjust install dirs to conform to Arch guidelines
-  #
-  mkdir -p $startdir/pkg/usr/lib
-  mv $startdir/pkg/usr/share/lib/* $startdir/pkg/usr/lib
-  rmdir $startdir/pkg/usr/share/lib
-
-  mkdir -p $startdir/pkg/usr/include
-  mv $startdir/pkg/usr/share/include/* $startdir/pkg/usr/include
-  rmdir $startdir/pkg/usr/share/include
-
-  mv $startdir/pkg/usr/share/enlightenment/bin/*.epplet $startdir/pkg/usr/bin
-  rmdir $startdir/pkg/usr/share/enlightenment/bin
+  make DESTDIR=$startdir/pkg install
 }
-# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list