Skip to content
Snippets Groups Projects
Commit c0e58be3 authored by Giovanni Scafora's avatar Giovanni Scafora
Browse files

Moved to extra

parents
No related branches found
Tags 1.8-6
Loading
PKGBUILD 0 → 100644
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: gDD (usrgdd | gmail)
# Contributor: cantabile
pkgname=convertlit
pkgver=1.8
pkgrel=6
pkgdesc="An extractor/converter for .LIT eBooks"
arch=('i686' 'x86_64')
url="http://www.convertlit.com/"
license=('GPL')
depends=('glibc')
makedepends=('libtommath')
source=("http://www.convertlit.com/clit18src.zip")
md5sums=('d691d4729485fe5d73e3f0937d8fb42e')
build() {
cd ${srcdir}/lib
make
cd ../clit18
sed -i 's|../libtommath-0.30/|/usr/lib/|' Makefile
make
}
package() {
cd ${srcdir}/clit18
install -Dm755 clit "$pkgdir/usr/bin/clit"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment