mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:12:40 +01:00
gps2photo-1.160-1
This commit is contained in:
parent
781ed1e42e
commit
d64a517301
1 changed files with 5 additions and 2 deletions
7
PKGBUILD
7
PKGBUILD
|
|
@ -12,7 +12,10 @@ source=(http://gps2photo.cvs.sourceforge.net/*checkout*/$pkgname/gpsPhoto/src/gp
|
|||
sha256sums=('d202bc00a70317dd3cafce7c2a9d770ac1c7071dd18a2e001693c5e492af98af')
|
||||
|
||||
package() {
|
||||
cd ${srcdir}
|
||||
cd "${srcdir}"
|
||||
|
||||
install -D -m755 ${srcdir}/gpsPhoto.pl ${pkgdir}/usr/bin/gpsPhoto.pl
|
||||
install -Dm755 gpsPhoto.pl "${pkgdir}"/usr/bin/gpsPhoto.pl
|
||||
|
||||
cd "${pkgdir}"/usr/bin/
|
||||
ln -s gpsPhoto.pl $pkgname
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue