summaryrefslogtreecommitdiff
path: root/community/sk1libs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/sk1libs
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/sk1libs')
-rw-r--r--community/sk1libs/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/sk1libs/PKGBUILD b/community/sk1libs/PKGBUILD
deleted file mode 100644
index d4a374be8..000000000
--- a/community/sk1libs/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 65445 2012-02-21 05:49:25Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=sk1libs
-pkgver=0.9.1
-pkgrel=3
-pkgdesc='A set of python non-GUI extensions for sK1 Project.'
-arch=('i686' 'x86_64')
-url='http://sk1project.org/'
-license=('custom:LGPL2')
-depends=('python2' 'freetype2' 'lcms')
-source=("${pkgname}-${pkgver}.tar.gz::http://sk1project.org/dc.php?target=${pkgname}-${pkgver}.tar.gz")
-md5sums=('e18088bbc8a105e7535a96f40b80f284')
-
-build() {
- cd ${pkgname}-${pkgver}
- python2 setup.py build
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- python2 setup.py install --root ${pkgdir}
- install -D -m644 GNU_LGPL_v2 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}