mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Ed!
This commit is contained in:
parent
ec80ace66c
commit
73a3081974
3 changed files with 2 additions and 28 deletions
|
@ -1,14 +1,12 @@
|
|||
# $Id: PKGBUILD 47762 2009-07-26 18:57:16Z andyrtr $
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=ed
|
||||
pkgver=1.4
|
||||
pkgrel=1
|
||||
pkgdesc="A POSIX-compliant line editor"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
url="http://www.gnu.org/software/ed/ed.html"
|
||||
install=ed.install
|
||||
groups=('base-devel')
|
||||
depends=('glibc')
|
||||
options=('!emptydirs')
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
infodir=/usr/share/info
|
||||
filelist=(ed.info red.info)
|
||||
|
||||
post_install() {
|
||||
[ -x usr/bin/install-info ] || return 0
|
||||
|
||||
for file in ${filelist[@]}; do
|
||||
install-info $infodir/$file $infodir/dir 2> /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
[ -x usr/bin/install-info ] || return 0
|
||||
for file in ${filelist[@]}; do
|
||||
install-info --delete $infodir/$file $infodir/dir 2> /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 41787 2009-06-07 11:37:55Z thomas $
|
||||
# Maintainer: Thomas Baechler <thomas@archlinux.org>
|
||||
|
||||
pkgname=klibc-module-init-tools
|
||||
pkgver=3.8
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities for inserting and removing modules from the Linux kernel"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org"
|
||||
license=('GPL')
|
||||
groups=('base')
|
||||
|
|
Loading…
Reference in a new issue