mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 21:07:13 +08:00
tomoyo-tools 2.5.0.20130406
This commit is contained in:
parent
a59c4cefa2
commit
98b8b4add2
@ -1,28 +1,27 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer: abveritas@chakra-project.org
|
||||
|
||||
pkgname=tomoyo-tools
|
||||
_basever=2.5.0
|
||||
_timestamp=20130214
|
||||
_timestamp=20130406
|
||||
_file=53357
|
||||
pkgver=${_basever}.${_timestamp}
|
||||
pkgrel=1
|
||||
pkgdesc='TOMOYO Linux 2.5.x userspace tools for Linux kernel 2.6.35 LTS and 3.1'
|
||||
pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2'
|
||||
arch=('x86_64')
|
||||
url='http://tomoyo.sourceforge.jp'
|
||||
license=('GPL')
|
||||
depends=('ncurses')
|
||||
depends=('ncurses' 'linux>=3.2')
|
||||
makedepends=('help2man')
|
||||
conflicts=('ccs-tools')
|
||||
install=tomoyo-tools.install
|
||||
source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz")
|
||||
md5sums=('ffff6b531ed9ac32b01722a9cd749a2f')
|
||||
md5sums=('8888f83fcb87823d714ff551e8680d0d')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}"
|
||||
make -j1
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user