mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 09:22:14 +08:00
libusb & libusb-compat updates, trials to get system-config-printer to work
This commit is contained in:
parent
52fce72e6c
commit
5a2a860f9c
@ -1,16 +1,19 @@
|
||||
# $Id: PKGBUILD 79849 2010-05-08 12:19:42Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
#
|
||||
# Core Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer: abveritas@chakra-project.org
|
||||
|
||||
pkgname=libusb-compat
|
||||
pkgver=0.1.3
|
||||
pkgver=0.1.4
|
||||
pkgrel=1
|
||||
depends=('libusb' 'sh')
|
||||
depends=('libusbx' 'sh')
|
||||
pkgdesc="Library to enable user space application programs to communicate with USB devices."
|
||||
arch=(i686 x86_64)
|
||||
url="http://libusb.sourceforge.net/"
|
||||
license=('LGPL')
|
||||
source=(http://downloads.sourceforge.net/libusb/libusb-compat-0.1/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2)
|
||||
options=('!libtool')
|
||||
md5sums=('570ac2ea085b80d1f74ddc7c6a93c0eb')
|
||||
md5sums=('2ca521fffadd0c28fdf174e6ec73865b')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
@ -1,24 +0,0 @@
|
||||
# $Id: PKGBUILD 69309 2010-02-20 09:24:51Z allan $
|
||||
# Maintainer:
|
||||
# Contributor: arjan <arjan@archlinux.org>
|
||||
|
||||
pkgname=libusb
|
||||
pkgver=1.0.8
|
||||
pkgrel=5
|
||||
pkgdesc="Library to enable user space application programs to communicate with USB devices"
|
||||
arch=('i686' 'x86_64')
|
||||
groups=('base')
|
||||
depends=('gcc-libs' 'sh')
|
||||
url="http://libusb.sourceforge.net/"
|
||||
license=('LGPL')
|
||||
source=(http://downloads.sourceforge.net/libusb/libusb-$pkgver.tar.bz2)
|
||||
md5sums=('37d34e6eaa69a4b645a19ff4ca63ceef')
|
||||
options=('!libtool')
|
||||
replace=('libusb1')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
./configure --prefix=/usr --disable-build-docs
|
||||
make || return 1
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
Loading…
Reference in New Issue
Block a user