From e8213fac46bfcb8068a883cb88b2bb1587f190f9 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 1 Mar 2022 21:25:54 +0000 Subject: made packages work with musl --- repo/system/utmps.xibuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'repo/system/utmps.xibuild') diff --git a/repo/system/utmps.xibuild b/repo/system/utmps.xibuild index 28b358f..0d45319 100644 --- a/repo/system/utmps.xibuild +++ b/repo/system/utmps.xibuild @@ -1,17 +1,13 @@ #!/bin/sh MAKEDEPS="" -DEPS="skalib" +DEPS="skalibs" PKG_VER=0.1.1.0 SOURCE=https://skarnet.org/software/utmps/utmps-0.1.1.0.tar.gz DESC="Library implementing utmpx.h family of functions" -prepare () { - sed -i -e "s/@@VERSION@@/0.1.1.0/g" -- /tmp/*.pc -} - build () { ./configure \ --enable-shared \ @@ -24,13 +20,14 @@ build () { package () { make DESTDIR=$PKG_DEST install - ln -sv utmps/utmpx.h $PKG_DEST/usr/include/utmpx.h + ln -s utmps/utmpx.h $PKG_DEST/usr/include/utmpx.h + install -d $PKG_DEST/usr/lib/pkgconfig cat > $PKG_DEST/usr/lib/pkgconfig/utmps.pc << EOF Name: utmps Description: A secure implementation of the utmp mechanism. URL: https://skarnet.org/software/utmps/ -Version: @@VERSION@@ +Version: $PKG_VER Requires.private: skalibs Libs: -lutmps Cflags: -I/usr/include/utmps -- cgit v1.2.1