summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD19
-rw-r--r--latex-wrapfig.install13
3 files changed, 48 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..baab883d93aa
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = latex-wrapfig
+ pkgdesc = Produces figures which text can flow around.
+ pkgver = 3.6
+ pkgrel = 2
+ url = http://tug.ctan.org/tex-archive/macros/latex/contrib/wrapfig/
+ install = latex-wrapfig.install
+ arch = i686
+ arch = x86_64
+ license = custom:latex
+ depends = texlive-core
+ conflicts = texlive-latexextra
+ source = http://mirrors.ctan.org/macros/latex/contrib/wrapfig/wrapfig.sty
+ md5sums = 3701aebf80ccdef248c0c20dd062fea9
+
+pkgname = latex-wrapfig
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8d8bc93d4a36
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Contributor: Mac Mollison <mollison at cs dot unc dot edu>
+# Maintainer: Benoit Favre <benoit.favre@lif.univ-mrs.fr>
+pkgname=latex-wrapfig
+pkgver=3.6
+pkgrel=2
+pkgdesc="Produces figures which text can flow around."
+arch=('i686' 'x86_64')
+url="http://tug.ctan.org/tex-archive/macros/latex/contrib/wrapfig/"
+license=('custom:latex')
+depends=('texlive-core')
+conflicts=('texlive-latexextra')
+install="$pkgname.install"
+source=(http://mirrors.ctan.org/macros/latex/contrib/wrapfig/wrapfig.sty)
+md5sums=(3701aebf80ccdef248c0c20dd062fea9)
+
+package() {
+ mkdir -p $pkgdir/usr/share/texmf-dist/tex/latex/wrapfig
+ install -D $srcdir/wrapfig.sty $pkgdir/usr/share/texmf-dist/tex/latex/wrapfig/wrapfig.sty
+}
diff --git a/latex-wrapfig.install b/latex-wrapfig.install
new file mode 100644
index 000000000000..47445e33c217
--- /dev/null
+++ b/latex-wrapfig.install
@@ -0,0 +1,13 @@
+post_install() {
+ mktexlsr
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+