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