mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Moved cairo and pixman patches to patches directories, added initial .bep files for cairo, pixman and pango, although cairo and pango are broken for now.
This commit is contained in:
21
x11-libs/pango/pango-1.28.1.bep
Normal file
21
x11-libs/pango/pango-1.28.1.bep
Normal file
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION="Pango is a library for laying out and rendering of text, with an emphasis on internationalization."
|
||||
HOMEPAGE="http://www.pango.org/"
|
||||
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/1.28/pango-1.28.1.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="fontconfig >= 2.8.0
|
||||
cairo > 1.8.0"
|
||||
#CHECKSUM_MD5=""
|
||||
BUILD {
|
||||
cd pango-1.28.1
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd pango-1.28.1
|
||||
make install
|
||||
}
|
||||
|
||||
#LICENSE=""
|
||||
#COPYRIGHT=""
|
||||
Reference in New Issue
Block a user