summaryrefslogtreecommitdiff
path: root/cairomm/Pkgfile
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
commit1f07d5e6d90c004e1219309a11e8660953be99dc (patch)
treeb0628d7042c02eb6130e649f1a49b755abdf81ed /cairomm/Pkgfile
parent610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff)
downloadcontrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz
contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'cairomm/Pkgfile')
-rw-r--r--cairomm/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/cairomm/Pkgfile b/cairomm/Pkgfile
deleted file mode 100644
index b0633bfdb..000000000
--- a/cairomm/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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/
-}

Generated by cgit