Convert packages the new template format (a-c range).

This commit is contained in:
Juan RP
2013-04-12 08:55:23 +02:00
parent 30b6eee12b
commit 9c87483ea8
242 changed files with 2380 additions and 1800 deletions

View File

@@ -21,13 +21,8 @@ homepage="http://www.adobe.com"
license="Propietary license - adobe"
maintainer="Juan RP <xtraeme@gmail.com>"
nonfree=yes # restricted use
create_srcdir=yes
create_wrksrc=yes
provides="adobe-flash-plugin-${version}"
replaces="adobe-flash-plugin>=0"
depends="curl hicolor-icon-theme desktop-file-utils"
do_install() {
vinstall usr/lib/mozilla/plugins/libflashplayer.so 755 usr/lib/mozilla/plugins
@@ -44,3 +39,13 @@ do_install() {
vinstall "${XBPS_SRCDISTDIR}/${pkgname}-${version}/$(basename ${_eula})" 644 \
usr/share/licenses/${pkgname} LICENSE.pdf
}
adobe-flash-plugin11.1_package() {
nonfree="yes"
replaces="adobe-flash-plugin>=0"
provides="adobe-flash-plugin-11.1.102.63"
depends="curl hicolor-icon-theme desktop-file-utils"
pkg_install() {
vmove usr
}
}