diff options
| author | Britney Fransen <brfransen@gmail.com> | 2023-02-01 23:04:33 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2023-02-01 23:04:33 (GMT) |
| commit | 78f90be6aa8024d14b4e96cb74f45cba036ac94c (patch) | |
| tree | c2797114fe53863d680d880c701ddf4fbb848b05 /linhes/rsyslog/libfastjson | |
| parent | d5ef6c6e5e06d2e1b0d3a823e0ba11ebc8c0942e (diff) | |
| download | linhes_pkgbuild-78f90be6aa8024d14b4e96cb74f45cba036ac94c.zip linhes_pkgbuild-78f90be6aa8024d14b4e96cb74f45cba036ac94c.tar.gz linhes_pkgbuild-78f90be6aa8024d14b4e96cb74f45cba036ac94c.tar.bz2 | |
cleanup
Diffstat (limited to 'linhes/rsyslog/libfastjson')
| -rw-r--r-- | linhes/rsyslog/libfastjson/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/linhes/rsyslog/libfastjson/PKGBUILD b/linhes/rsyslog/libfastjson/PKGBUILD deleted file mode 100644 index 36e6a22..0000000 --- a/linhes/rsyslog/libfastjson/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Luca P <meti at lplab.net> -# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru> -# Contributor: Bob Gregory <pathogenix@gmail.com> - -pkgname=libfastjson -pkgver=0.99.9 -pkgrel=2 -pkgdesc="A performance-focused json library for C" -arch=('x86_64' 'i686') -url="https://github.com/rsyslog/libfastjson" -license=('GPL') -depends=() -source=($pkgname-$pkgver.tar.gz::https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz) -sha256sums=('881f954633aa76931e4c756ece0bda6fd8a673c6e66955a3db3b2bb9d6bbff72') - -build() { - cd "$pkgname-$pkgver" - autoreconf -fvi - ./configure --prefix=/usr - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} |
