From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/core/xmlto.xibuild | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 repo/core/xmlto.xibuild (limited to 'repo/core/xmlto.xibuild') diff --git a/repo/core/xmlto.xibuild b/repo/core/xmlto.xibuild deleted file mode 100644 index a162415..0000000 --- a/repo/core/xmlto.xibuild +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -DEPS=(libxslt) - -SOURCE=https://releases.pagure.org/xmlto/xmlto-0.0.28.tar.bz2 -DESC="Convert xml to many other formats" - - -build () { - ./configure --prefix=/usr - make - make DESTDIR=$PKG_DEST install -} -- cgit v1.2.1