Date: Friday, April 9, 2010 @ 02:24:43 Author: dgriffiths Revision: 76931
Cleanup, adopted, move to arch=any Modified: mime-types/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-09 06:22:58 UTC (rev 76930) +++ PKGBUILD 2010-04-09 06:24:43 UTC (rev 76931) @@ -1,10 +1,12 @@ # $Id$ -# Maintainer: Jan de Groot <[email protected]> +# Contributer: Jan de Groot <[email protected]> +# Maintainer: Daniel J Griffiths <[email protected]> + pkgname=mime-types pkgver=1.0 pkgrel=2 pkgdesc="Provides /etc/mime.types" -arch=('i686' 'x86_64') +arch=('any') url="http://www.archlinux.org/" license=('GPL2') backup=('etc/mime.types') @@ -12,6 +14,10 @@ md5sums=('aa90248272ba2e9dca0a243746686739') build() { - cd ${srcdir} - install -D -m644 mime.types ${pkgdir}/etc/mime.types || return 1 + /bin/true } + +package() { + cd ${srcdir} + install -Dm644 mime.types ${pkgdir}/etc/mime.types || return 1 +}
