# $Id: PKGBUILD 120890 2011-04-27 03:29:01Z eric $ # Maintainer: Eric BĂ©langer pkgname=enlightenment pkgver=1.0.8 _themever=1.0.1 pkgrel=1 pkgdesc="A fast, flexible, and very extensible Window Manager" arch=('i686' 'x86_64' 'mips64el') url="http://www.enlightenment.org" license=('BSD' 'custom') depends=('libxinerama' 'libxft' 'libxxf86vm' 'esound' 'imlib2' 'perl' \ 'libxcomposite' 'libxdamage' 'libxrandr') makedepends=('xbitmaps') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/e16-${pkgver}.tar.gz \ http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz) md5sums=('bf2cf452ea838ebb0c68205215817ecf' 'bbd9cfd969610c29c7627c2ba1ce3094') sha1sums=('1ff5cfce00c67c866280de9824f0662953b9c552' 'ae34e2df1294198795736bf953bf695aba93b710') build() { cd "${srcdir}/e16-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc --enable-sound --enable-mans make cd "${srcdir}/e16-themes-${_themever}" ./configure --prefix=/usr } package() { cd "${srcdir}/e16-${pkgver}" make DESTDIR="${pkgdir}" install install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh" "${pkgdir}/usr/bin/e16-gnome" install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh" "${pkgdir}/usr/bin/e16-kde" install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" install -D -m644 fonts/COPYRIGHT.Vera "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera" cd "${srcdir}/e16-themes-${_themever}" make DESTDIR="${pkgdir}" install chown -R root:root "${pkgdir}"/usr/share/* }