Changeset 13
- Timestamp:
- 06/26/05 00:42:14 (3 years ago)
- Files:
-
- archabs/trunk/mplayer (added)
- archabs/trunk/mplayer/PKGBUILD (added)
- archabs/trunk/ondir/PKGBUILD (modified) (1 diff)
- archabs/trunk/op/PKGBUILD (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
archabs/trunk/ondir/PKGBUILD
r2 r13 6 6 pkgrel=1 7 7 pkgdesc="OnDir is a program that automatically executes scripts as you traverse directories at a terminal." 8 url="http://swapoff.org/ DevTodo"8 url="http://swapoff.org/OnDir" 9 9 depends=('glibc') 10 10 backup=('etc/ondirrc') archabs/trunk/op/PKGBUILD
r9 r13 1 1 # $Id: PKGBUILD,v 1.14 2005/04/03 21:05:37 judd Exp $ 2 # Maintainer: Judd Vinet <jvinet@zeroflux.org> 3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk> 2 # Maintainer: Alec Thomas <alec@swapoff.org> 4 3 pkgname=op 5 4 pkgver=1.31 … … 11 10 backup=('etc/op.conf') 12 11 source=(http://swapoff.org/files/$pkgname/$pkgname-$pkgver.tar.gz) 13 md5sums=(' d3fee28dc8fe6ad847af09e461add1d4')12 md5sums=('1a20e56f858b4d1d536bbd8c616e778e') 14 13 15 14 build() {
