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
648
Issues
648
List
Boards
Labels
Service Desk
Milestones
Merge Requests
178
Merge Requests
178
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
3bee008c
Commit
3bee008c
authored
Feb 19, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/pixman: new aport
parent
e6f6238d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
x11/pixman/APKBUILD
x11/pixman/APKBUILD
+20
-0
No files found.
x11/pixman/APKBUILD
0 → 100644
View file @
3bee008c
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
pixman
pkgver
=
0.14.0
pkgrel
=
0
pkgdesc
=
"Pixman library"
url
=
"http://xorg.freedesktop.org"
license
=
"custom"
subpackages
=
"
$pkgname
-dev"
depends
=
"uclibc"
makedepends
=
""
source
=
"http://xorg.freedesktop.org/releases/individual/lib/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
\
--disable-static
||
return
1
make
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"adbaf2372f69971306b76b300b7f501f pixman-0.14.0.tar.bz2"
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