diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/sfml | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/sfml')
-rw-r--r-- | community/sfml/PKGBUILD | 39 | ||||
-rw-r--r-- | community/sfml/sfml.install | 3 |
2 files changed, 0 insertions, 42 deletions
diff --git a/community/sfml/PKGBUILD b/community/sfml/PKGBUILD deleted file mode 100644 index e866d329c..000000000 --- a/community/sfml/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: PKGBUILD 94906 2013-08-01 06:55:35Z bpiotrowski $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: Ondrej Martinak <omartinak@gmail.com> - -pkgname=sfml -pkgver=2.1 -pkgrel=1 -pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API' -arch=('i686' 'x86_64') -url='http://www.sfml-dev.org/' -license=('zlib') -depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2') -makedepends=('mesa' 'cmake' 'doxygen') -install=sfml.install -source=("${pkgname}-${pkgver}::https://github.com/LaurentGomila/SFML/archive/${pkgver}.tar.gz") -md5sums=('6457a5903b156390012773e9ef33f65f') - -build() { - cd "$srcdir"/SFML-${pkgver} - - mkdir build && cd build - cmake .. \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DSFML_BUILD_EXAMPLES=true \ - -DSFML_BUILD_DOC=true - make - make doc -} - -package() { - cd "$srcdir"/SFML-${pkgver}/build - - make DESTDIR="$pkgdir/" install - - 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" -} - diff --git a/community/sfml/sfml.install b/community/sfml/sfml.install deleted file mode 100644 index 75f760be6..000000000 --- a/community/sfml/sfml.install +++ /dev/null @@ -1,3 +0,0 @@ -post_install() { - echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run them individually" -} |