diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libfaketime/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libfaketime/PKGBUILD')
-rw-r--r-- | community/libfaketime/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/community/libfaketime/PKGBUILD b/community/libfaketime/PKGBUILD deleted file mode 100644 index 447f4b364..000000000 --- a/community/libfaketime/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 62627 2012-01-22 21:34:26Z lfleischer $ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: Dan Serban -# Contributor: Ross Melin <rdmelin@gmail.com> - -pkgname=libfaketime -pkgver=0.9.1 -pkgrel=1 -pkgdesc='Report fake dates and times to programs without having to change the system-wide time.' -arch=('i686' 'x86_64') -url='http://www.code-wizards.com/projects/libfaketime/' -license=('GPL2') -source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'libfaketime-0.9.1-fix-as-needed.patch' - 'libfaketime-0.9.1-fix-README-NEWS.patch') -md5sums=('ce3f996dfd5826b4ac62f1a7cc36ea27' - '90873e4df35283463ef54b159c318686' - 'b1b641a8e2298aa1646982e3bde96117') - -build() { - cd "${pkgname}-${pkgver}" - - patch -p1 -i ../libfaketime-0.9.1-fix-as-needed.patch - patch -p1 -i ../libfaketime-0.9.1-fix-README-NEWS.patch - - make -} - -package() { - cd "${pkgname}-${pkgver}" - make PREFIX=/usr DESTDIR="${pkgdir}" install -} |