summaryrefslogtreecommitdiff
path: root/cairomm
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-05-13 20:36:39 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-05-14 18:32:55 +1000
commit3d7c6311b990f2423cb3959fe345727b6fc7d78c (patch)
treeb51cd8c7b484c09060c02d4eef57ba7d99710aea /cairomm
parent87b53be5e086a570f30d5f5ee701a9333d232295 (diff)
downloadcontrib-3d7c6311b990f2423cb3959fe345727b6fc7d78c.tar.gz
contrib-3d7c6311b990f2423cb3959fe345727b6fc7d78c.tar.xz
cairomm: moved from romsters repo
Diffstat (limited to 'cairomm')
-rw-r--r--cairomm/.footprint25
-rw-r--r--cairomm/.md5sum1
-rw-r--r--cairomm/Pkgfile22
3 files changed, 48 insertions, 0 deletions
diff --git a/cairomm/.footprint b/cairomm/.footprint
new file mode 100644
index 000000000..aa3c785ef
--- /dev/null
+++ b/cairomm/.footprint
@@ -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
diff --git a/cairomm/.md5sum b/cairomm/.md5sum
new file mode 100644
index 000000000..b4a963848
--- /dev/null
+++ b/cairomm/.md5sum
@@ -0,0 +1 @@
+5d862facfbd0098c9bae618b61f7c8e6 cairomm-1.2.4.tar.gz
diff --git a/cairomm/Pkgfile b/cairomm/Pkgfile
new file mode 100644
index 000000000..2de69e3e5
--- /dev/null
+++ b/cairomm/Pkgfile
@@ -0,0 +1,22 @@
+# Description: C++ wrapper for the cairo graphics library.
+# URL: http://cairographics.org/cairomm/
+# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
+# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
+# Depends on: cairo
+
+name=cairomm
+version=1.2.4
+release=1
+source=(http://cairographics.org/releases/cairomm-$version.tar.gz)
+
+build() {
+ cd cairomm-$version
+
+ ./configure \
+ --prefix=/usr \
+ --disable-docs
+
+ make
+ make DESTDIR=$PKG install
+}
+

Generated by cgit