adobe-flash-plugin: use skip_extraction and simplify.
This commit is contained in:
parent
b551d5f773
commit
95a9cd2236
1 changed files with 2 additions and 3 deletions
|
@ -14,8 +14,9 @@ else
|
||||||
fi
|
fi
|
||||||
distfiles="${_eula} ${_disttarball}"
|
distfiles="${_eula} ${_disttarball}"
|
||||||
checksum="${_eulacksum} ${_distcksum}"
|
checksum="${_eulacksum} ${_distcksum}"
|
||||||
noextract=yes
|
skip_extraction="$(basename ${_eula})"
|
||||||
create_srcdir=yes
|
create_srcdir=yes
|
||||||
|
create_wrksrc=yes
|
||||||
short_desc="Adobe Flash Player plugin"
|
short_desc="Adobe Flash Player plugin"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
long_desc="
|
long_desc="
|
||||||
|
@ -36,8 +37,6 @@ Add_dependency build nss-devel
|
||||||
Add_dependency build libcurl-devel
|
Add_dependency build libcurl-devel
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
tar xfz "$XBPS_SRCDISTDIR/$pkgname-$version/$(basename ${_disttarball})"
|
|
||||||
|
|
||||||
vinstall libflashplayer.so 755 usr/lib/mozilla/plugins
|
vinstall libflashplayer.so 755 usr/lib/mozilla/plugins
|
||||||
#vinstall usr/lib/kde4/kcm_adobe_flash_player.so 755 usr/lib/kde4
|
#vinstall usr/lib/kde4/kcm_adobe_flash_player.so 755 usr/lib/kde4
|
||||||
vinstall usr/bin/flash-player-properties 755 usr/bin
|
vinstall usr/bin/flash-player-properties 755 usr/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue