create core package
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
pisitools.dobin("which")
|
||||
|
||||
pisitools.doman("which.1")
|
||||
pisitools.doinfo("which.info")
|
||||
@@ -0,0 +1,14 @@
|
||||
diff -r -C2 which-2.12.orig/which.texinfo which-2.12/which.texinfo
|
||||
*** which-2.13.orig/which.texinfo Thu Jul 6 07:26:39 2000
|
||||
--- which-2.13/which.texinfo Fri Aug 3 17:23:52 2001
|
||||
***************
|
||||
*** 9,12 ****
|
||||
--- 9,16 ----
|
||||
|
||||
@ifinfo
|
||||
+ @direntry
|
||||
+ * which: (which). show full path of commands.
|
||||
+ @end direntry
|
||||
+
|
||||
@format
|
||||
|
||||
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>which</Name>
|
||||
<Homepage>http://www.xs4all.nl/~carlo17/which/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Prints the location of specified executable in your path</Summary>
|
||||
<Description>which , Locates a program file in the user's path.</Description>
|
||||
<Archive sha1sum="3bcd6d87aa5231917ba7123319eedcae90cfa0fd" type="targz">mirrors://gnu/which/which-2.20.tar.gz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">which-gentoo.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>which</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-05-11</Date>
|
||||
<Version>2.20</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-10-28</Date>
|
||||
<Version>2.20</Version>
|
||||
<Comment>rebuild.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-11</Date>
|
||||
<Version>2.20</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>which</Name>
|
||||
<Summary xml:lang="tr">Verilen komutun çalıştırma yolundaki önceliğe göre yerini gösterir</Summary>
|
||||
<Description xml:lang="tr">which, kullanıcı dizinindeki program dosyalarının yarini bulur.</Description>
|
||||
<Description xml:lang="fr">which, localise un programme dans le chemin de l'utilisateur.</Description>
|
||||
<Description xml:lang="de">which, findet eine Anwendungsdatei im Benutzerverzeichnis</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user