mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
removed extra/autogen, abs has caught up
This commit is contained in:
parent
e08fb35de7
commit
c91366d069
2 changed files with 0 additions and 49 deletions
|
@ -1,29 +0,0 @@
|
|||
# $Id: PKGBUILD 54700 2009-10-11 18:35:07Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Arjan Timmerman <arjan@soufly.nl>
|
||||
# Contributor: Tor Krill
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
||||
# - updated to new version, remove this package when abs catches up.
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=autogen
|
||||
pkgver=5.11.5
|
||||
pkgrel=1
|
||||
pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
|
||||
arch=(i686 x86_64)
|
||||
url="http://autogen.sourceforge.net/"
|
||||
license=('GPL3')
|
||||
depends=('guile>=1.8.6' 'libxml2>=2.7.3' 'libtool>=2.2.6a')
|
||||
options=('!libtool' '!makeflags')
|
||||
install=autogen.install
|
||||
source=(http://downloads.sourceforge.net/autogen/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('51c841eab6114de22b55f77a1c4f85b8')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
infodir=/usr/share/info
|
||||
filelist=(autogen.info autogen.info-1 autogen.info-2)
|
||||
|
||||
post_install() {
|
||||
for file in ${filelist[@]}; do
|
||||
install-info $infodir/${file}.gz $infodir/dir 2> /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
for file in ${filelist[@]}; do
|
||||
install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue