m4: updated to 1.4.5
This commit is contained in:
parent
1e0eaa0706
commit
ad3ccaa852
@ -1,3 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/m4
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/m4.1.gz
|
||||
|
@ -1 +1 @@
|
||||
8d1d64dbecf1494690a0f3ba8db4482a m4-1.4.4.tar.gz
|
||||
8bcd8244d5bed9f8e2d5f05ad693b8b4 m4-1.4.5.tar.bz2
|
||||
|
10
m4/Pkgfile
10
m4/Pkgfile
@ -3,14 +3,14 @@
|
||||
# Maintainer: Per Lidén, core-ports at crux dot nu
|
||||
|
||||
name=m4
|
||||
version=1.4.4
|
||||
version=1.4.5
|
||||
release=1
|
||||
source=(http://mirrors.sunsite.dk/gnu/$name/$name-$version.tar.gz)
|
||||
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
rm -rf $PKG/usr/info
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user