summaryrefslogtreecommitdiff
path: root/libre/xarchiver-libre/rePKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-07-19 14:38:52 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-07-19 14:38:52 -0300
commita2d1bf5af5922b551a139aa837dc52c4c01e6f87 (patch)
treeb5c34d37339463fc548fa7b32e61a3a9852147ae /libre/xarchiver-libre/rePKGBUILD
parent7b2ef8f5563f45343bdee6706c0c6f23cee91600 (diff)
libre/xarchiver-libre-0.5.2-2
Diffstat (limited to 'libre/xarchiver-libre/rePKGBUILD')
-rw-r--r--libre/xarchiver-libre/rePKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/libre/xarchiver-libre/rePKGBUILD b/libre/xarchiver-libre/rePKGBUILD
new file mode 100644
index 000000000..71d619abe
--- /dev/null
+++ b/libre/xarchiver-libre/rePKGBUILD
@@ -0,0 +1,26 @@
+# Maintainer: Nicolás Reynolds <fauno@kiwwwi.com.ar>
+source PKGBUILD
+#CARCH=x86_64
+unset build package md5sums source
+_repo=extra # Put the repo here
+_mirror=http://mirrors.kernel.org/archlinux # Put mirror here
+source=(PKGBUILD
+ "${_mirror}/${_repo}/os/${CARCH}/${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT"
+ # files for pkg modifications below this line
+ )
+options=(!strip)
+
+build() {
+ cd "${srcdir}/"
+ rm -vf ./.{INSTALL,PKGINFO}
+ # put actions for package modifications below this line
+
+}
+
+package() {
+ find ${srcdir} -maxdepth 1 -type l -delete
+ cp -a ${srcdir}/* ${pkgdir}
+}
+
+
+# vim:set ts=2 sw=2 et: