Changeset 9
- Timestamp:
- 06/08/05 19:03:59 (3 years ago)
- Files:
-
- archabs/trunk/gravit/PKGBUILD (modified) (1 diff)
- archabs/trunk/op/op.pam (deleted)
- archabs/trunk/op/PKGBUILD (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
archabs/trunk/gravit/PKGBUILD
r7 r9 1 1 pkgname=gravit 2 pkgver=0.4. 02 pkgver=0.4.1 3 3 pkgrel=1 4 4 pkgdesc="Gravit is a gravity simulator which runs under Linux, Windows and Mac OS X. It uses simple newtonian physics using the Barnes-Hut N-body algorithm. Although the main goal of Gravit is to be as accurate as possible, it also creates beautiful looking gravity patterns." archabs/trunk/op/PKGBUILD
r5 r9 3 3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk> 4 4 pkgname=op 5 pkgver=1.3 05 pkgver=1.31 6 6 pkgrel=1 7 7 pkgdesc="The op tool provides a flexible means for system administrators to grant access to certain root operations without having to give them full superuser privileges. Different sets of users may access different operations, and the security-related aspects of each operation can be carefully controlled." … … 10 10 makedepends=('flex') 11 11 backup=('etc/op.conf') 12 source=(http://swapoff.org/files/$pkgname/$pkgname-$pkgver.tar.gz op.pam)13 md5sums=(' 3cdf2a171a99df7e96f302dd54b2d96b' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')12 source=(http://swapoff.org/files/$pkgname/$pkgname-$pkgver.tar.gz) 13 md5sums=('d3fee28dc8fe6ad847af09e461add1d4') 14 14 15 15 build() { 16 16 cd $startdir/src/$pkgname-$pkgver 17 make OPTS='-DXAUTH=\"/usr/X11R6/bin/xauth\" -DUSE_PAM -DHAVE_VSNPRINTF' LIBS='-lcrypt -lpam -lfl' || return 117 ./configure --prefix=/usr --sysconfdir=/etc --enable-xauth=/usr/X11R6/bin/xauth --with-pam 18 18 make DESTDIR=$startdir/pkg install || return 1 19 19 mkdir -p $startdir/pkg/etc/pam.d 20 cp $startdir/src/op.pam $startdir/pkg/etc/pam.d/op20 install -m644 $startdir/src/${pkgname}-${pkgver}/op.pam $startdir/pkg/etc/pam.d/op 21 21 }
