[arch-commits] Commit in transset/trunk (LICENSE PKGBUILD transset-20050711.tar.bz2)
Eric Bélanger
eric at archlinux.org
Sun May 3 02:18:45 UTC 2009
Date: Saturday, May 2, 2009 @ 22:18:45
Author: eric
Revision: 37564
upgpkg: transset 20050711-3
Added arch field, Added license, Moved source to local ftp
Added:
transset/trunk/LICENSE
Modified:
transset/trunk/PKGBUILD
Deleted:
transset/trunk/transset-20050711.tar.bz2
----------+
LICENSE | 23 +++++++++++++++++++++++
PKGBUILD | 13 ++++++++-----
2 files changed, 31 insertions(+), 5 deletions(-)
Added: LICENSE
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2009-05-03 02:18:45 UTC (rev 37564)
@@ -0,0 +1,23 @@
+Copyright 1993, 1998 The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from The Open Group.
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-05-03 02:12:33 UTC (rev 37563)
+++ PKGBUILD 2009-05-03 02:18:45 UTC (rev 37564)
@@ -4,17 +4,20 @@
pkgname=transset
pkgver=20050711
-pkgrel=2
+pkgrel=3
pkgdesc="Translucency settings tool for X.org"
+arch=('i686' 'x86_64')
url="http://www.freedesktop.org/Software/xapps"
depends=('libxdamage' 'libxcomposite' 'libxrender')
+license=('custom')
conflicts=('xapps')
-source=($pkgname-$pkgver.tar.bz2)
-md5sums=('bfb0fc7228636853711734c9a8049ef3')
+source=(ftp://ftp.archlinux.org/other/transset/$pkgname-$pkgver.tar.bz2 LICENSE)
+md5sums=('bfb0fc7228636853711734c9a8049ef3' '8fea8210c4b586c174e652e64d3e579d')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
make || return 1
- install -D -m755 transset $startdir/pkg/usr/bin/transset
+ install -D -m755 transset $pkgdir/usr/bin/transset
+ install -D -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
Deleted: transset-20050711.tar.bz2
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list