Date: Monday, November 1, 2010 @ 18:06:48 Author: jgc Revision: 97777
upgpkg: libdmx 1.1.1-1 Update to 1.1.1 Modified: libdmx/trunk/PKGBUILD Deleted: libdmx/trunk/COPYING ----------+ COPYING | 32 -------------------------------- PKGBUILD | 20 +++++++++----------- 2 files changed, 9 insertions(+), 43 deletions(-) Deleted: COPYING =================================================================== --- COPYING 2010-11-01 22:04:57 UTC (rev 97776) +++ COPYING 2010-11-01 22:06:48 UTC (rev 97777) @@ -1,32 +0,0 @@ -/* - * Copyright 2002-2004 Red Hat Inc., Durham, North Carolina. - * - * All Rights Reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation on the rights to use, copy, modify, merge, - * publish, distribute, sublicense, and/or sell copies of the Software, - * and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice (including the - * next paragraph) shall be included in all copies or substantial - * portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - */ - -/* - * Authors: - * Rickard E. (Rik) Faith <[email protected]> - * - */ Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-01 22:04:57 UTC (rev 97776) +++ PKGBUILD 2010-11-01 22:06:48 UTC (rev 97777) @@ -2,26 +2,24 @@ #Maintainer: Jan de Groot <[email protected]> pkgname=libdmx -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="X11 Distributed Multihead extension library" arch=('x86_64' 'i686') url="http://xorg.freedesktop.org/" license=('custom') -depends=('dmxproto>=2.3' 'libxext>=1.1') -makedepends=('pkgconfig') +depends=('dmxproto' 'libxext') +makedepends=('xorg-util-macros') options=('!libtool') -source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2 - COPYING) -md5sums=('a2fcf0382837888d3781b714489a8999' - 'ab8509955c3dd4c65fac728e1b367bc4') +source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('49aeab743cb8b667829efda140487b69a7148676') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --mandir=/usr/share/man || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + ./configure --prefix=/usr --disable-static + make + make DESTDIR="${pkgdir}" install install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 "${srcdir}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1 + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" }
