diff --git a/devel/pkgconf/SCHEMATIC b/devel/pkgconf/SCHEMATIC index ccf61c8..b98e1e5 100644 --- a/devel/pkgconf/SCHEMATIC +++ b/devel/pkgconf/SCHEMATIC @@ -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 } \ No newline at end of file