core/ed/Pkgfile

17 lines
433 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: An 8-bit clean, POSIX-compliant line editor
2022-02-07 22:21:05 +01:00
# URL: https://www.gnu.org/software/ed/ed.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=ed
2024-04-24 11:38:21 +02:00
version=1.20.2
2017-02-24 17:58:04 +01:00
release=1
2022-02-07 22:21:05 +01:00
source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.lz)
2006-02-23 16:26:10 +01:00
build() {
2021-01-14 12:39:53 +01:00
cd $name-$version
sed "/^CFLAGS/s/-O2/$CFLAGS/" -i configure
./configure --prefix=/usr --exec-prefix=/
make
make DESTDIR=$PKG install-bin install-man
2006-02-23 16:26:10 +01:00
}