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
643
Issues
643
List
Boards
Labels
Service Desk
Milestones
Merge Requests
166
Merge Requests
166
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
969f9578
Commit
969f9578
authored
Apr 12, 2017
by
Carlo Landmeter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/py-cairo: rename to py2-cairo
parent
1539c9ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
16 deletions
+6
-16
main/py2-cairo/APKBUILD
main/py2-cairo/APKBUILD
+6
-16
No files found.
main/py-cairo/APKBUILD
→
main/py
2
-cairo/APKBUILD
View file @
969f9578
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
py-cairo
pkgname
=
py
2
-cairo
_pkgname
=
py2cairo
pkgver
=
1.10.0
pkgrel
=
0
...
...
@@ -7,35 +7,25 @@ pkgdesc="Python bindings for the cairo graphics library"
url
=
"http://cairographics.org/pycairo/"
arch
=
"all"
license
=
"LGPL2+"
options
=
"!check"
depends
=
""
makedepends
=
"python2-dev cairo-dev"
replaces
=
py-cairo
install
=
""
subpackages
=
"
$pkgname
-dev"
source
=
"http://cairographics.org/releases/
$_pkgname
-
$pkgver
.tar.bz2"
_builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
prepare
()
{
cd
"
$_builddir
"
}
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
./waf configure
--prefix
=
/usr
||
return
1
# ./configure \
# --prefix=/usr \
# --sysconfdir=/etc \
# --mandir=/usr/share/man \
# --infodir=/usr/share/info \
# || return 1
# make || return 1
./waf build
||
return
1
}
package
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
./waf
install
--destdir
=
"
${
pkgdir
}
"
||
return
1
# make DESTDIR="$pkgdir" install || return 1
# rm -f "$pkgdir"/usr/lib/python*/site-packages/cairo/_cairo.la
}
md5sums
=
"20337132c4ab06c1146ad384d55372c5 py2cairo-1.10.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