diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-19 14:38:52 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-19 14:38:52 -0300 |
commit | a2d1bf5af5922b551a139aa837dc52c4c01e6f87 (patch) | |
tree | b5c34d37339463fc548fa7b32e61a3a9852147ae /libre/xarchiver-libre/rePKGBUILD | |
parent | 7b2ef8f5563f45343bdee6706c0c6f23cee91600 (diff) | |
download | abslibre-a2d1bf5af5922b551a139aa837dc52c4c01e6f87.tar.gz abslibre-a2d1bf5af5922b551a139aa837dc52c4c01e6f87.tar.bz2 abslibre-a2d1bf5af5922b551a139aa837dc52c4c01e6f87.zip |
libre/xarchiver-libre-0.5.2-2
Diffstat (limited to 'libre/xarchiver-libre/rePKGBUILD')
-rw-r--r-- | libre/xarchiver-libre/rePKGBUILD | 26 |
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: |