diff options
Diffstat (limited to 'sources/musl-fts/musl-fts.spec')
| -rw-r--r-- | sources/musl-fts/musl-fts.spec | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sources/musl-fts/musl-fts.spec b/sources/musl-fts/musl-fts.spec deleted file mode 100644 index 35f9df7..0000000 --- a/sources/musl-fts/musl-fts.spec +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer: Alexander Hill <ahill@breadpudding.dev> -SRC_FILENAME="musl_fts-1.2.7.tar.gz" -SRC_HASH="49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6" -SRC_NAME="musl-fts" -SRC_URL="https://github.com/void-linux/musl-fts/archive/refs/tags/v1.2.7.tar.gz" -SRC_VERSION="1.2.7" - -build() { - tar xf ../$SRC_FILENAME - cd musl-fts-*/ - # TODO: Can we rewrite this to not rely on libtool going forward? ~ahill - ./bootstrap.sh - ./configure $TT_AUTOCONF_COMMON --disable-static - make -j $TT_PROCS -} - -clean() { - rm -rf musl-fts-*/ -} - -package() { - cd musl-fts-*/ - make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR -}
\ No newline at end of file |
