Convert packages the new template format (a-c range).
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user