summaryrefslogtreecommitdiff
path: root/community/sfml
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-28 01:42:55 -0700
committerroot <root@rshg054.dnsready.net>2012-10-28 01:42:55 -0700
commit24d0263a0ac516ccc86df09146449fb040fb3689 (patch)
treef0f189dbe8df340e0b242750c07e426899b4d2c5 /community/sfml
parent869e64b12767be3ef5b1e3628f337a9e116e2bbb (diff)
Sun Oct 28 01:42:24 PDT 2012
Diffstat (limited to 'community/sfml')
-rw-r--r--community/sfml/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/sfml/PKGBUILD b/community/sfml/PKGBUILD
index cf004610c..8856014b4 100644
--- a/community/sfml/PKGBUILD
+++ b/community/sfml/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 74625 2012-07-31 19:56:49Z ebelanger $
+# $Id: PKGBUILD 78941 2012-10-27 23:45:33Z ebelanger $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Ondrej Martinak <omartinak@gmail.com>
pkgname=sfml
pkgver=2.0rc1
-pkgrel=2
+pkgrel=3
pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
arch=('i686' 'x86_64')
url='http://www.sfml-dev.org/'
@@ -33,8 +33,6 @@ package() {
install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" "$pkgdir/usr/share/cmake-2.8/Modules/FindSFML.cmake"
- install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
- make clean
+ install -Dm644 ../license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}