summaryrefslogtreecommitdiff
path: root/repo/system/libpsl/libpsl.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libpsl/libpsl.xibuild')
-rw-r--r--repo/system/libpsl/libpsl.xibuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/repo/system/libpsl/libpsl.xibuild b/repo/system/libpsl/libpsl.xibuild
deleted file mode 100644
index 1ac7a34..0000000
--- a/repo/system/libpsl/libpsl.xibuild
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python make "
-DEPS="libidn"
-
-PKG_VER=0.21.1
-SOURCE=https://github.com/rockdaboot/libpsl/releases/download/$PKG_VER/libpsl-$PKG_VER.tar.gz
-DESC="C library to handle the Public Suffix List"
-
-prepare () {
- sed -i 's/env python/&3/' src/psl-make-dafsa
-}
-
-build () {
- ./configure --prefix=/usr --disable-static &&
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}