diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-11 11:39:00 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-11 11:39:00 -0300 |
commit | d6d9f851bf049c5aa352a17775214f5e9001c4cd (patch) | |
tree | 63a290b358a92f917ef07224476a77412e8bd7d8 /libre/file-roller-libre/rePKGBUILD | |
parent | f744b1d550b1d8ae8b86d2958ff0caacad7837e4 (diff) | |
download | abslibre-d6d9f851bf049c5aa352a17775214f5e9001c4cd.tar.gz abslibre-d6d9f851bf049c5aa352a17775214f5e9001c4cd.tar.bz2 abslibre-d6d9f851bf049c5aa352a17775214f5e9001c4cd.zip |
libre/file-roller-libre-3.0.2-1
Diffstat (limited to 'libre/file-roller-libre/rePKGBUILD')
-rw-r--r-- | libre/file-roller-libre/rePKGBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libre/file-roller-libre/rePKGBUILD b/libre/file-roller-libre/rePKGBUILD new file mode 100644 index 000000000..ee6544db5 --- /dev/null +++ b/libre/file-roller-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 .{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: |