FS#38493 - [owncloud] Verify package using GPG signature
Attached to Project:
Community Packages
Opened by Timothée Ravier (Siosm) - Monday, 13 January 2014, 19:38 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 13 January 2014, 20:02 GMT
Opened by Timothée Ravier (Siosm) - Monday, 13 January 2014, 19:38 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 13 January 2014, 20:02 GMT
|
Details
Description:
Use the provided signature to check the source tarball: source=("http://download.owncloud.org/community/$pkgname-$_pkgver.tar.bz2"{,.asc} Other minor suggested fixes: # Install license install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname} install -m 644 ${pkgname}/COPYING-* "${pkgdir}"/usr/share/licenses/${pkgname} # Install project install -dm 755 "${pkgdir}"/usr/share/webapps/ cp -a ${pkgname} "${pkgdir}"/usr/share/webapps/ # Install Apache .conf file install -Dm 644 "${srcdir}"/apache.example.conf "${pkgdir}"/etc/webapps/${pkgname}/apache.example.conf |
This task depends upon