|
Repo上的easyTag有点老了,这里是最新的easyTag的PKGBUILD:
问问各位:如何给Archlinux请求更新package?象这个easyTag,放在repo上已经是老古董了,想更新它,怎么办?
- # Contributor: echofrompat <zihui.lin@gmail.com>
- pkgname=easytag
- pkgver=1.99.7
- pkgrel=1
- pkgdesc="audio file tag editor"
- url="http://easytag.sourceforge.net/"
- license="GPL"
- depends=()
- makedepends=('glibc' 'xorg' 'zlib' 'gcc' 'gtk2' 'glib' 'id3lib' 'libogg' 'libvorbis' 'flac')
- install=
- source=(http://easynews.dl.sourceforge.net/sourceforge/easytag/easytag-1.99.7.tar.bz2)
- build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install
- }
复制代码 |
|