updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / openarch_libreoffice_splash / PKGBUILD
blob2724b263bcb435492d7e04feface8e00c2ef2f92
1 # Maintainer: Alexander Ovsyannikov <ovsinc@ya.ru>
2 # Contributor: Alexander Ovsyannikov <ovsinc@ya.ru>
4 pkgname=openarch_libreoffice_splash
5 pkgver=1.0
6 pkgrel=1
7 pkgdesc="LibreOffice splash for openarch"
8 arch=('any')
9 url="http://gnome-look.org/content/show.php/Libre+Office+Splash?content=143150"
10 license=('GPL')
11 groups=('openarch_gray')
12 depends=('libreoffice-common')
13 install=(libreoffice_splash.install)
14 source=('http://gnome-look.org/CONTENT/content-files/143150-spllibreoffice_by_mdh3ll.tar' 'sofficerc')
17 build() {
19         cd "${srcdir}"
21         install -d -m755 "${pkgdir}"/usr/share/doc/openarch_libreoffice_splash/
22         install -d -m755 "${pkgdir}/usr/lib/libreoffice/program/"
23         install -D -m644 "${srcdir}/AUTHORS" "${pkgdir}"/usr/share/doc/openarch_libreoffice_splash/AUTHORS
24         install -D -m644 "${srcdir}/COPYING" "${pkgdir}"/usr/share/doc/openarch_libreoffice_splash/COPYING
25         install -D -m644 "${srcdir}/png and bmp/libreofficebr.png" "${pkgdir}/usr/lib/libreoffice/program/intro.png_new"
26         install -Dm644 "${srcdir}"/sofficerc "${pkgdir}"/etc/libreoffice/sofficerc_new
30 md5sums=('866b9ac2cf53fa29310cbfc2c7e74d02'
31          '36bfa7ebc9d06d94864ca7b4266be6d2')