fix: add missing change file entries
This commit is contained in:
parent
5ac173394c
commit
bf333bad14
@ -1,2 +1,5 @@
|
||||
# 2.6.2
|
||||
Updated to the latest upstream release
|
||||
|
||||
# 2.6.0
|
||||
First version
|
||||
|
@ -1,2 +1,5 @@
|
||||
# 1.35.1
|
||||
Updated to the latest upstream release
|
||||
|
||||
# 1.35
|
||||
First version
|
||||
|
@ -24,12 +24,13 @@ PACKAGE(){
|
||||
tar xf "${NAME}_${VERSION}.orig.tar.gz"
|
||||
cd "${NAME}-${VERSION}"
|
||||
|
||||
export CFLAGS="${CFLAGS} -std=gnu89"
|
||||
export CFLAGS+=" -std=gnu89 "
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--libdir=/usr/lib/libfakeroot \
|
||||
--disable-static \
|
||||
--with-ipc=sysv
|
||||
|
||||
make
|
||||
make DESTDIR="${ROOTDIR}" install
|
||||
|
||||
@ -40,5 +41,5 @@ PACKAGE(){
|
||||
}
|
||||
|
||||
INSTALL(){
|
||||
usr/bin/ldconfig -r .
|
||||
ldconfig -r .
|
||||
}
|
||||
|
@ -1,2 +1,2 @@
|
||||
# 74.2
|
||||
# 74-2
|
||||
First version
|
||||
|
@ -1,2 +1,5 @@
|
||||
# 1.9
|
||||
Updated to the latest upstream release
|
||||
|
||||
# 1.8
|
||||
First version
|
||||
|
@ -1,2 +1,2 @@
|
||||
# 1.3.5
|
||||
# 1.3.4
|
||||
First version
|
||||
|
@ -1,2 +1,5 @@
|
||||
# 2.13.3
|
||||
Updated to the latest upstream release
|
||||
|
||||
# 2.13.2
|
||||
First version
|
||||
|
@ -1,2 +1,5 @@
|
||||
# 2.9.2
|
||||
Updated to the latest upstream release
|
||||
|
||||
# 2.8.9rel.1
|
||||
First version
|
||||
|
@ -1,2 +1,5 @@
|
||||
# 2.2.0
|
||||
Updated to a newer upstream release
|
||||
|
||||
# 2.1.1
|
||||
First version
|
||||
|
@ -4,7 +4,7 @@ DESC="Package compiler and linker metadata toolkit"
|
||||
VERSION="2.2.0"
|
||||
|
||||
# required files
|
||||
FILES=("https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.2.0.tar.gz")
|
||||
FILES=("https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-${VERSION}.tar.gz")
|
||||
HASHES=("2c72cbf37b2d42a9fbf7ed8f0e5432a0b0925481f67995a21ecf77962a6000bc")
|
||||
|
||||
# install and build depends
|
||||
|
@ -1,2 +1,5 @@
|
||||
# 72.2.0
|
||||
Updated to a newer upstream release
|
||||
|
||||
# 69.5.1
|
||||
First version
|
||||
|
Loading…
Reference in New Issue
Block a user