[arch-commits] Commit in smplayer-skins/repos (2 files)

David Runge dvzrv at archlinux.org
Tue Dec 5 11:20:28 UTC 2017


    Date: Tuesday, December 5, 2017 @ 11:20:24
  Author: dvzrv
Revision: 272234

archrelease: copy trunk to community-testing-any

Added:
  smplayer-skins/repos/community-testing-any/
  smplayer-skins/repos/community-testing-any/PKGBUILD
    (from rev 272233, smplayer-skins/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: smplayer-skins/repos/community-testing-any/PKGBUILD (from rev 272233, smplayer-skins/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2017-12-05 11:20:24 UTC (rev 272234)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=smplayer-skins
+pkgver=15.2.0
+pkgrel=2
+epoch=1
+pkgdesc="Skins for SMPlayer"
+arch=('any')
+url="https://smplayer.info"
+license=('GPL2' 'LGPL3' 'CCPL')
+depends=('smplayer')
+source=("https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('58d1dcc9caf5d93b7f0692ffa7ff4875eb8dd83db78293aee25a713a1f6007c83af556215cd1f7666dec98bc323b074c6b1fdb66eb9560176db842669c206a83')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" PREFIX=/usr install
+}



More information about the arch-commits mailing list