Changeset 5

Show
Ignore:
Timestamp:
06/04/05 01:44:52 (4 years ago)
Author:
athomas
Message:
  • Moved flex dependency for op into makedepends.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • archabs/trunk/op/PKGBUILD

    r4 r5  
    77pkgdesc="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." 
    88url="https://svn.swapoff.org/op" 
    9 depends=('glibc' 'pam' 'flex') 
     9depends=('glibc' 'pam') 
     10makedepends=('flex') 
    1011backup=('etc/op.conf') 
    1112source=(http://swapoff.org/files/$pkgname/$pkgname-$pkgver.tar.gz op.pam)