Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
ca86b993
Commit
ca86b993
authored
6 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/libe-book: pull in
parent
58121528
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!44
LibreOffice and dependencies
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/libe-book/APKBUILD
+50
-0
50 additions, 0 deletions
user/libe-book/APKBUILD
with
50 additions
and
0 deletions
user/libe-book/APKBUILD
0 → 100644
+
50
−
0
View file @
ca86b993
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname
=
libe-book
pkgver
=
0.1.3
pkgrel
=
1
pkgdesc
=
"Import filter and tools for various ebook formats"
url
=
"https://sourceforge.net/projects/libebook/"
arch
=
"all"
license
=
"MPL-2.0"
depends_dev
=
"boost-dev librevenge-dev liblangtag-dev"
makedepends
=
"
$depends_dev
icu-dev libxml2-dev zlib-dev doxygen gperf"
checkdepends
=
"cppunit-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-tools"
source
=
"http://downloads.sourceforge.net/project/libebook/libe-book-
$pkgver
/libe-book-
$pkgver
.tar.bz2"
prepare
()
{
default_prepare
update_config_sub
}
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--disable-werror
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
tools
()
{
mkdir
-p
"
$subpkgdir
"
/usr
mv
"
$pkgdir
"
/usr/bin
"
$subpkgdir
"
/usr
}
sha512sums
=
"9afa2949f702a34fd6278145ce8d18d504326ed5a103bbc872d0493fcf3e2166d41d094bb0d74b80aa913ca6d082f5bd3259799a4a3c7359331ccdfa1e029a21 libe-book-0.1.3.tar.bz2"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment