Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
651
Issues
651
List
Boards
Labels
Service Desk
Milestones
Merge Requests
195
Merge Requests
195
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
c55a91de
Commit
c55a91de
authored
Mar 16, 2009
by
Mika Havela
Committed by
Natanael Copa
Mar 16, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/fontconfig: new aport
Required by X11
http://fontconfig.org
parent
7760918f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
testing/fontconfig/APKBUILD
testing/fontconfig/APKBUILD
+27
-0
No files found.
testing/fontconfig/APKBUILD
0 → 100644
View file @
c55a91de
# Contributor: Mika Havela <mika.havela@gmail.com>
# Maintainer:
pkgname
=
fontconfig
pkgver
=
"2.6.0"
pkgrel
=
0
pkgdesc
=
"The Fontconfig package is a library for configuring and customizing font access."
url
=
"http://fontconfig.org"
license
=
"GPL"
depends
=
"uclibc uclibc++ freetype expat"
makedepends
=
"uclibc++-dev uclibc-dev freetype-dev expat-dev"
install
=
subpackages
=
"
$pkgname
-doc
$pkgname
-dev"
source
=
"http://fontconfig.org/release/
${
pkgname
}
-
${
pkgver
}
.tar.gz"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--disable-docs
make
-j1
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
install
-m644
-D
COPYING
"
$pkgdir
"
/usr/share/licenses/
"
${
pkgname
}
"
/COPYING
}
md5sums
=
"ab54ec1d4ddd836313fdbc0cd5299d6d fontconfig-2.6.0.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment