1
0
forked from ports/contrib

cairomm: initial release

This commit is contained in:
Han Boetes 2006-11-15 10:09:41 +01:00
parent aa0ec46d01
commit 0068352f07
3 changed files with 45 additions and 0 deletions

25
cairomm/.footprint Normal file
View File

@ -0,0 +1,25 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/cairomm-1.0/
drwxr-xr-x root/root usr/include/cairomm-1.0/cairomm/
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/cairomm.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/context.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/enums.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/exception.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/fontface.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/fontoptions.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/path.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/pattern.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/refptr.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/scaledfont.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/surface.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/win32_surface.h
-rw-r--r-- root/root usr/include/cairomm-1.0/cairomm/xlib_surface.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libcairomm-1.0.a
-rwxr-xr-x root/root usr/lib/libcairomm-1.0.la
lrwxrwxrwx root/root usr/lib/libcairomm-1.0.so -> libcairomm-1.0.so.1.0.0
lrwxrwxrwx root/root usr/lib/libcairomm-1.0.so.1 -> libcairomm-1.0.so.1.0.0
-rwxr-xr-x root/root usr/lib/libcairomm-1.0.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/cairomm-1.0.pc

1
cairomm/.md5sum Normal file
View File

@ -0,0 +1 @@
fabb040a5ff2cf0529af55ff46d22d2d cairomm-1.2.2.tar.gz

19
cairomm/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: A C++ interface for cairo
# URL: http://cairographics.org/cairomm/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Depends on: glibmm
name=cairomm
version=1.2.2
release=1
source="http://cairographics.org/releases/cairomm-$version.tar.gz"
build()
{
cd cairomm-$version
./configure \
--prefix=/usr
make
make install DESTDIR=$PKG
rm -rf $PKG/usr/share/
}