# Maintainer: Alexey Pavlov <alexpux@gmail.com>

pkgname=automake-wrapper
pkgver=10
pkgrel=1
pkgdesc="Wrapper scripts for automake and aclocal"
arch=('any')
license=('GPL')
url="http://www.gentoo.org"
groups=('base-devel')
depends=('bash' 'gawk'
         #'automake1.4'
         #'automake1.5'
         'automake1.6'
         'automake1.7'
         'automake1.7'
         'automake1.8'
         'automake1.9'
         'automake1.10'
         'automake1.11'
         'automake1.12'
         'automake1.13'
         'automake1.14'
         'automake1.15')
#install=automake.install
source=("am-wrapper-${pkgver}.sh")
md5sums=('a93a6424252d9c0e0469fdce5da05da1')
provides=("automake")
conflicts=("automake")

package() {
  mkdir -p ${pkgdir}/usr/bin

  cp "${srcdir}"/am-wrapper-${pkgver}.sh ${pkgdir}/usr/bin/automake
  cp "${srcdir}"/am-wrapper-${pkgver}.sh ${pkgdir}/usr/bin/aclocal
}
