diff --git a/ebook-tools/.signature b/ebook-tools/.signature index 8460a11ce..0f3c1a1c2 100644 --- a/ebook-tools/.signature +++ b/ebook-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+5XE8r0KDkLnBv4/w6Br+fC/mpi7dm8DkTePHTk9dGMfeSuWa3oNUiEEvBOfFjdlafa9Lfi87jonhwNRQ2RNQg= -SHA256 (Pkgfile) = 8764b9cca2aff86214d35d92855a30aeb35f9ace57b08e6df60d9f932d20389f +RWSagIOpLGJF3xbixCRss5gWOtttoCGfvYckXmCF4rb1Y9GPPbh88/CinCy0kUZU4odc2oeTQtJx2GMXRp9Z9OjvxT4e75hk8w0= +SHA256 (Pkgfile) = b77c2981ecd5268b6ca974d3321999093c677f857c91f63d86872aa577cd1b0a SHA256 (.footprint) = 5b8b4f54bb379770a3b81c2a5a4f2ca1913a2799ffed0a2c5f5defa3154a7d41 SHA256 (ebook-tools-0.2.2.tar.gz) = cbc35996e911144fa62925366ad6a6212d6af2588f1e39075954973bbee627ae diff --git a/ebook-tools/Pkgfile b/ebook-tools/Pkgfile index a80a375a4..0f5f5333d 100644 --- a/ebook-tools/Pkgfile +++ b/ebook-tools/Pkgfile @@ -1,7 +1,7 @@ # Description: Ebook tools # URL: http://ebook-tools.sourceforge.net/ # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: libzip +# Depends on: libzip libxml2 name=ebook-tools version=0.2.2 @@ -9,14 +9,11 @@ release=1 source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build() { - cd $name-$version - - mkdir build; cd build - cmake .. \ + cmake -S$name-$version -Bbuild \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=/usr - make - make DESTDIR=$PKG install + cmake --build build + DESTDIR=$PKG cmake --build build --target install rm $PKG/usr/bin/lit2epub }