devel/pkgconf: bump to revision 1
This commit is contained in:
parent
ddcc5dc188
commit
434d44bde0
|
@ -6,11 +6,12 @@ development frameworks. It is similar to pkg-config, but was written from
|
|||
scratch in Summer of 2011 to replace pkg-config, which now needs itself to
|
||||
build itself."
|
||||
category="devel"
|
||||
version="2.0.3"
|
||||
version="2.0.3_1"
|
||||
version2="2.0.3"
|
||||
maintainer="ffqq@danwin1210.de"
|
||||
www="https://gitea.treehouse.systems/ariadne/pkgconf"
|
||||
master_site="https://distfiles.ariadne.space/pkgconf"
|
||||
source_name="$name-$version.tar.gz"
|
||||
source_name="$name-$version2.tar.gz"
|
||||
license_logic="single" # accepted values: single, and, or
|
||||
licenses=("ISCL")
|
||||
|
||||
|
@ -18,13 +19,13 @@ build_dependencies=("devel/gmake" "lang/gcc")
|
|||
run_dependencies=("system/glibc")
|
||||
|
||||
build_process() {
|
||||
cd $name-$version || exit 1
|
||||
cd $name-$version2 || exit 1
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
|| exit 1
|
||||
make -j$(nproc) || exit 1
|
||||
make DESTDIR="$TAMANDUA_STAGE_DIR" install || exit 1
|
||||
# pkg-config compat
|
||||
ln -s /usr/bin/pkgconf $TAMANDUA_STAGE_DIR/usr/bin/pkg-config
|
||||
ln -s /usr/share/man/man1/pkgconf.1 $TAMANDUA_STAGE_DIR/usr/share/man/man1/pkg-config.1
|
||||
ln -sv /usr/bin/pkgconf $TAMANDUA_STAGE_DIR/usr/bin/pkg-config
|
||||
ln -sv /usr/share/man/man1/pkgconf.1 $TAMANDUA_STAGE_DIR/usr/share/man/man1/pkg-config.1
|
||||
}
|
Loading…
Reference in New Issue