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
0c035576
Commit
0c035576
authored
6 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/libodfgen: pull in, upgrade, add tests, fix license
parent
167614a1
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/libodfgen/APKBUILD
+40
-0
40 additions, 0 deletions
user/libodfgen/APKBUILD
with
40 additions
and
0 deletions
user/libodfgen/APKBUILD
0 → 100644
+
40
−
0
View file @
0c035576
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname
=
libodfgen
pkgver
=
0.1.7
pkgrel
=
0
pkgdesc
=
"Export filter and tools for Open Document Format"
url
=
"https://sourceforge.net/p/libwpd/wiki/libodfgen/"
arch
=
"all"
license
=
"MPL-2.0 OR LGPL-2.1+"
depends
=
""
depends_dev
=
"boost-dev librevenge-dev"
makedepends
=
"
$depends_dev
doxygen"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://sourceforge.net/projects/libwpd/files/
$pkgname
/
$pkgname
-
$pkgver
/
$pkgname
-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--enable-test
make
}
check
()
{
cd
"
$builddir
/test"
make launch_all
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"eaf5c6646a9cacf54cb0416b08526f35d18d0618f3f64cf14f4b24537b0285da2786d2f6d6e2c204c8248f900d37287b2c5af79720b0d49452f67b14c86ea36e libodfgen-0.1.7.tar.xz"
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