From 739c65c54cb0e957df5e9b76f93fb02554e5cac3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 4 May 2022 23:52:30 +0100 Subject: moved everything to new file formatting --- repo/system/argp-standalone.xibuild | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 repo/system/argp-standalone.xibuild (limited to 'repo/system/argp-standalone.xibuild') diff --git a/repo/system/argp-standalone.xibuild b/repo/system/argp-standalone.xibuild deleted file mode 100644 index 4c2a722..0000000 --- a/repo/system/argp-standalone.xibuild +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -MAKEDEPS="" -DEPS="musl" - -PKG_VER=1.3 -SOURCE=https://www.lysator.liu.se/~nisse/misc/argp-standalone-$PKG_VER.tar.gz - -DESC="Standalone implementation for the argp interface" - -build () { - CFLAGS=" -fPIC" ./configure \ - --prefix=/usr \ - --disable-static \ - --sysconfdir=/etc \ - --localstatedir=/var && - make -} - -package () { - install -d $PKG_DEST/usr/lib - install -d $PKG_DEST/usr/include - cp libargp.a $PKG_DEST/usr/lib/ - cp argp.h $PKG_DEST/usr/include/ -} - -- cgit v1.2.1