chromium-pdf: initial import

This commit is contained in:
Thomas Penteker 2013-02-23 01:10:09 +01:00
parent df6f4ea2e7
commit 4bbfb308a2
3 changed files with 20 additions and 0 deletions

4
chromium-pdf/.footprint Normal file
View File

@ -0,0 +1,4 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/chromium/
-rwxr-xr-x root/root usr/lib/chromium/libpdf.so

1
chromium-pdf/.md5sum Normal file
View File

@ -0,0 +1 @@
2bb3721917d7da6c4a48185e1b256728 google-chrome-stable_current_amd64.deb

15
chromium-pdf/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: PDF plugin for the chromium browser
# URL: http://chromium.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: chromium
name=chromium-pdf
version=25.0.1364.97
release=1
source=(https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb)
build() {
ar -x google-chrome-stable_current_amd64.deb
tar --use-compress-program=lzma -xf data.tar.lzma
install -D opt/google/chrome/libpdf.so $PKG/usr/lib/chromium/libpdf.so
}