🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: rlog
pkgver: '1.4'
pkgrel: '3'
pkgdesc: 'A flexible message logging facility for C++ programs and libraries'
url: 'http://www.arg0.net/rlog'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz'
- '${pkgname}-section.patch'
sha256sums:
- SKIP
- SKIP
build: |
cd ${pkgname}-${pkgver}
patch -Np1 -i ../${pkgname}-section.patch
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
package: |
true